Skip to content
Snippets Groups Projects
Commit fe9b8095 authored by jurgenhaas's avatar jurgenhaas
Browse files

Never delete develop review deployment

parent d3b6fba5
Branches
No related tags found
1 merge request!79Develop
Pipeline #952733 passed
......@@ -63,7 +63,7 @@ CleanupDeployMR:
action: stop
cache: {}
rules:
- if: '$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME' == 'develop'
- if: '$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == "develop"'
when: never
- if: '$CI_MERGE_REQUEST_ID || $CI_PIPELINE_SOURCE == "pipeline"|| $CI_PIPELINE_SOURCE == "trigger"'
allow_failure: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment