From ab79ae8fe900aa20630f414c409b9f7d0c16b153 Mon Sep 17 00:00:00 2001 From: Jono Wenger <jono@elixxir.io> Date: Tue, 20 Sep 2022 21:30:34 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 762cba68..87fbea9f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: - wasm-test - go-test - build - - trigger-doc-update + - doc-update build: stage: build @@ -34,7 +34,8 @@ go-test: # Go modules to make docs of. The proxy keeps a list of all known versions of Go modules. The go # 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. -trigger-doc-update: +doc-update: + stage: doc-update image: $DOCKER_IMAGE script: # We use GOPRIVATE blank because not want to directly pull client, we want to use the public cache. -- GitLab