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

Fix gitlab-ci again

parent 77867aec
No related branches found
No related tags found
1 merge request!60Revert "Fail a test to be sure it works"
...@@ -4,6 +4,7 @@ stages: ...@@ -4,6 +4,7 @@ stages:
- wasm-test - wasm-test
- go-test - go-test
- build - build
- trigger-doc-update
build: build:
stage: build stage: build
...@@ -34,7 +35,6 @@ go-test: ...@@ -34,7 +35,6 @@ go-test:
# mod proxy does cache pulls for about 30 minutes, so if quickly successive commits are done in # mod proxy does cache pulls for about 30 minutes, so if quickly successive commits are done in
# master/release, this will fail to pull the latest client, and the docs will not update. # master/release, this will fail to pull the latest client, and the docs will not update.
trigger-doc-update: trigger-doc-update:
stage: trigger_integration
image: $DOCKER_IMAGE image: $DOCKER_IMAGE
script: script:
# We use GOPRIVATE blank because not want to directly pull client, we want to use the public cache. # We use GOPRIVATE blank because not want to directly pull client, we want to use the public cache.
......
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