Skip to content
Snippets Groups Projects
Commit d33f1b84 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fixed rule

parent 782ecf10
No related branches found
No related tags found
2 merge requests!1973Development,!1934Resolve "Update Images"
...@@ -10,6 +10,6 @@ deploy_review: ...@@ -10,6 +10,6 @@ deploy_review:
environment: environment:
name: review/$CI_COMMIT_REF_SLUG name: review/$CI_COMMIT_REF_SLUG
rules: rules:
- if: '$CI_COMMIT_BRANCH != "master" || $CI_COMMIT_BRANCH == "development"' - if: '$CI_COMMIT_BRANCH == "master" || $CI_COMMIT_BRANCH == "development"'
when: never when: never
- if: '$CI_COMMIT_TAG || $CI_COMMIT_BRANCH' - if: '$CI_COMMIT_TAG || $CI_COMMIT_BRANCH'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment