Skip to content
Snippets Groups Projects
Commit fa259643 authored by Jono Wenger's avatar Jono Wenger
Browse files

Fix gitlab ci doc generation

parent d979d692
No related branches found
No related tags found
1 merge request!60Revert "Fail a test to be sure it works"
......@@ -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
.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/
......
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