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

disable deploy dev

parent c59797e1
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ deploy-dev:
stage: deploy
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_PIPELINE_SOURCE == 'merge_request_event'
when: always
when: never
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE != 'merge_request_event'
when: manual
script:
......
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