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

Disable deploy dev with commit tag

parent 170e01c9
No related branches found
Tags release_2021-10-01_1
No related merge requests found
......@@ -54,12 +54,12 @@ deploy-dev:
- spraaksamlingene_01
stage: deploy
rules:
- if: $CI_COMMIT_TAG != null
when: never
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_PIPELINE_SOURCE == 'merge_request_event'
when: always
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE != 'merge_request_event'
when: manual
- if: $CI_COMMIT_TAG == null
when: never
script:
- rm -rf ~/.aws
- mv .aws ~/
......
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