Skip to content

Commit 211d27b

Browse files
committed
Fix ziti-ci path
1 parent 8138920 commit 211d27b

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,5 +1,5 @@
11
before_install:
22
- set -e
3-
- "[ -z \"$ZITI_CI_VERSION\" ] && go get github.com/netfoundry/ziti-ci@v1 || /bin/true"
3+
- "[ -z \"$ZITI_CI_VERSION\" ] && go get github.com/netfoundry/ziti-ci/ziti-ci || /bin/true"
44
- "[ ! -z \"$ZITI_CI_VERSION\" ] && go get github.com/netfoundry/ziti-ci@$ZITI_CI_VERSION || /bin/true"
55
- echo $(which ziti-ci)

0 commit comments

Comments
 (0)