Skip to content
Snippets Groups Projects
Commit a6c3bb48 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

Add rule

parent 3ea0690e
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,9 @@ build-dev: ...@@ -7,6 +7,9 @@ build-dev:
tags: tags:
- spraaksamlingene_01 - spraaksamlingene_01
stage: build stage: build
rules:
- if: $CI_COMMIT_TAG == null
when: always
script: script:
- echo "VUE_APP_VERSION_LABEL=$CI_COMMIT_BRANCH" >> .env.dev_server - echo "VUE_APP_VERSION_LABEL=$CI_COMMIT_BRANCH" >> .env.dev_server
- npm install --progress=false - npm install --progress=false
......
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