We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c608c5 commit 7f8821fCopy full SHA for 7f8821f
ziti-ci.yml
@@ -1,6 +1,4 @@
1
before_install:
2
- - set +e
3
- - "[ -z \"$ZITI_CI_VERSION\" ] && go get github.com/netfoundry/ziti-ci/ziti-ci"
4
- - "[ ! -z \"$ZITI_CI_VERSION\" ] && go get github.com/netfoundry/ziti-ci@$ZITI_CI_VERSION"
5
- - set -e
+ - "[ -z \"$ZITI_CI_VERSION\" ] && go get github.com/netfoundry/ziti-ci/ziti-ci || true"
+ - "[ ! -z \"$ZITI_CI_VERSION\" ] && go get github.com/netfoundry/ziti-ci@$ZITI_CI_VERSION || true"
6
- echo $(which ziti-ci)
0 commit comments