Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xxdk-wasm
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
xxdk-wasm
Merge requests
!67
fix for latest client release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix for latest client release
release
into
master
Overview
1
Commits
277
Pipelines
0
Changes
1
Merged
Jake Taylor
requested to merge
release
into
master
2 years ago
Overview
1
Commits
277
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
4f2e2d13
Show latest version
1 file
+
1
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
4f2e2d13
Update .gitlab-ci.yml
· 4f2e2d13
Sydney Anne Erickson
authored
2 years ago
.gitlab-ci.yml
+
1
−
6
Options
@@ -132,12 +132,7 @@ doc-update:
image
:
$DOCKER_IMAGE
script
:
# GOPRIVATE is cleared so that the public cache is pulled instead of directly pulling client.
-
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 ]
-
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 ]
only
:
-
release
-
master
Loading