We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e45ab commit 579ec86Copy full SHA for 579ec86
ziti-ci.yml
@@ -1,4 +1,4 @@
1
before_install:
2
- - "[ -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@v0.4 || true"
3
- "[ ! -z \"$ZITI_CI_VERSION\" ] && go get github.com/netfoundry/ziti-ci@$ZITI_CI_VERSION || true"
4
- echo $(which ziti-ci)
0 commit comments