1
0
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:
Jim Minter
2017-01-03 12:48:41 +00:00
parent cdfc7cb91c
commit 2af87e7939
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ verify: build
hack/verify-gofmt.sh hack/verify-gofmt.sh
hack/verify-golint.sh hack/verify-golint.sh
hack/verify-govet.sh hack/verify-govet.sh
hack/verify-godeps.sh hack/verify-godeps.sh || true # remove this to make godepchecker's warnings actionable
.PHONY: verify .PHONY: verify
# Install travis dependencies # Install travis dependencies

View File

@@ -8,4 +8,4 @@ S2I_ROOT=$(dirname "${BASH_SOURCE}")/..
source "${S2I_ROOT}/hack/common.sh" source "${S2I_ROOT}/hack/common.sh"
s2i::build::build_binaries tools/godepchecker 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