Skip to content

Commit 579ec86

Browse files
committed
Try to enforce getting latest version
1 parent 57e45ab commit 579ec86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ziti-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
before_install:
2-
- "[ -z \"$ZITI_CI_VERSION\" ] && go get github.com/netfoundry/ziti-ci/ziti-ci || true"
2+
- "[ -z \"$ZITI_CI_VERSION\" ] && go get github.com/netfoundry/ziti-ci/ziti-ci@v0.4 || true"
33
- "[ ! -z \"$ZITI_CI_VERSION\" ] && go get github.com/netfoundry/ziti-ci@$ZITI_CI_VERSION || true"
44
- echo $(which ziti-ci)

0 commit comments

Comments
 (0)