Merge pull request #1778 from owncloud/fix_ci_go_warnings

[CI-only] suppress `bash: go: command not found` warnings
This commit is contained in:
Willy Kloucek
2021-03-12 15:57:55 +01:00
committed by GitHub
17 changed files with 36 additions and 0 deletions
+2
View File
@@ -2,7 +2,9 @@ SHELL := bash
NAME := webdav
############ tooling ############
ifneq (, $(shell which go 2> /dev/null)) # supress `command not found warnings` for non go targets in CI
include ../.bingo/Variables.mk
endif
############ go tooling ############
include ../.make/go.mk