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