From c8cc23b97a73ce62779c461f99070fb088b0c991 Mon Sep 17 00:00:00 2001 From: Jono Wenger <jono@elixxir.io> Date: Thu, 26 Jan 2023 10:25:31 -0800 Subject: [PATCH] Fix spelling mistake in .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95caef7f..da74d237 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ before_script: stages: - test - build - - combine_artefacts + - combine-artifacts - tag - doc-update - version_check @@ -83,8 +83,8 @@ tag: - git tag $(sha256sum release/xxdk.wasm | awk '{ print $1 }') -f - git push origin_tags -f --tags -combine_artefacts: - stage: combine_artefacts +combine-artifacts: + stage: combine-artifacts except: - tags image: $DOCKER_IMAGE -- GitLab