mirror of
https://github.com/openshift/source-to-image.git
synced 2026-02-05 12:44:54 +01:00
move || true to enable Jenkins to run godepchecker
This commit is contained in:
2
Makefile
2
Makefile
@@ -32,7 +32,7 @@ verify: build
|
||||
hack/verify-gofmt.sh
|
||||
hack/verify-golint.sh
|
||||
hack/verify-govet.sh
|
||||
hack/verify-godeps.sh
|
||||
hack/verify-godeps.sh || true # remove this to make godepchecker's warnings actionable
|
||||
.PHONY: verify
|
||||
|
||||
# Install travis dependencies
|
||||
|
||||
@@ -8,4 +8,4 @@ S2I_ROOT=$(dirname "${BASH_SOURCE}")/..
|
||||
source "${S2I_ROOT}/hack/common.sh"
|
||||
|
||||
s2i::build::build_binaries tools/godepchecker
|
||||
_output/local/go/bin/godepchecker || true # remove this to make godepchecker's warnings actionable
|
||||
_output/local/go/bin/godepchecker
|
||||
|
||||
Reference in New Issue
Block a user