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
Commits
fa259643
Commit
fa259643
authored
2 years ago
by
Jono Wenger
Browse files
Options
Downloads
Patches
Plain Diff
Fix gitlab ci doc generation
parent
d979d692
No related branches found
No related tags found
1 merge request
!60
Revert "Fail a test to be sure it works"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Makefile
+1
-1
1 addition, 1 deletion
Makefile
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
fa259643
...
...
@@ -54,7 +54,7 @@ doc-update:
image
:
$DOCKER_IMAGE
script
:
# We use GOPRIVATE blank because not want to directly pull client, we want to use the public cache.
-
GOPRIVATE="" go install gitlab.com/elixxir/xxdk-wasm@$CI_COMMIT_SHA
-
GOOS=js GOARCH=wasm
GOPRIVATE="" go install gitlab.com/elixxir/xxdk-wasm@$CI_COMMIT_SHA
only
:
-
release
-
master
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
fa259643
.PHONY
:
update master release update_master update_release build clean binary
.PHONY
:
update master release update_master update_release build clean binary
tests wasm_tests go_tests
clean
:
rm
-rf
vendor/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment