Skip to content

Commit 7f8821f

Browse files
committed
Try again with unpathed true
1 parent 9c608c5 commit 7f8821f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ziti-ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
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
2+
- "[ -z \"$ZITI_CI_VERSION\" ] && go get github.com/netfoundry/ziti-ci/ziti-ci || true"
3+
- "[ ! -z \"$ZITI_CI_VERSION\" ] && go get github.com/netfoundry/ziti-ci@$ZITI_CI_VERSION || true"
64
- echo $(which ziti-ci)

0 commit comments

Comments
 (0)