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

Fix spelling mistake in .gitlab-ci.yml

parent 219aebb3
No related branches found
No related tags found
2 merge requests!67fix for latest client release,!52XX-4382 / Move indexedDb databases to web workers
...@@ -19,7 +19,7 @@ before_script: ...@@ -19,7 +19,7 @@ before_script:
stages: stages:
- test - test
- build - build
- combine_artefacts - combine-artifacts
- tag - tag
- doc-update - doc-update
- version_check - version_check
...@@ -83,8 +83,8 @@ tag: ...@@ -83,8 +83,8 @@ tag:
- git tag $(sha256sum release/xxdk.wasm | awk '{ print $1 }') -f - git tag $(sha256sum release/xxdk.wasm | awk '{ print $1 }') -f
- git push origin_tags -f --tags - git push origin_tags -f --tags
combine_artefacts: combine-artifacts:
stage: combine_artefacts stage: combine-artifacts
except: except:
- tags - tags
image: $DOCKER_IMAGE image: $DOCKER_IMAGE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment