Skip to content
Snippets Groups Projects
Commit 4f2e2d13 authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

Update .gitlab-ci.yml

parent c0dd5a18
No related branches found
No related tags found
2 merge requests!68Update .gitlab-ci.yml,!67fix for latest client release
This commit is part of merge request !67. Comments created here will be created in the context of that merge request.
...@@ -132,12 +132,7 @@ doc-update: ...@@ -132,12 +132,7 @@ doc-update:
image: $DOCKER_IMAGE image: $DOCKER_IMAGE
script: script:
# GOPRIVATE is cleared so that the public cache is pulled instead of directly pulling client. # GOPRIVATE is cleared so that the public cache is pulled instead of directly pulling client.
- NEXT_WAIT_TIME=0 - NEXT_WAIT_TIME=0; until [ $NEXT_WAIT_TIME -eq 15 ] || GOOS=js GOARCH=wasm GOPRIVATE="" go install gitlab.com/elixxir/xxdk-wasm@$CI_COMMIT_SHA; do; sleep 60; (( NEXT_WAIT_TIME+=1 )); done; [ $NEXT_WAIT_TIME -lt 15 ]
until [ $NEXT_WAIT_TIME -eq 15 ] || GOOS=js GOARCH=wasm GOPRIVATE="" go install gitlab.com/elixxir/xxdk-wasm@$CI_COMMIT_SHA
do
sleep 60; (( NEXT_WAIT_TIME+=1 ))
done
[ $NEXT_WAIT_TIME -lt 15 ]
only: only:
- release - release
- master - master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment