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

fixed gitlab-ci

parent f398e01c
No related branches found
No related tags found
3 merge requests!1671Development,!1653Development,!1650Resolve "Modify Deployment to be valid for 1.16"
...@@ -75,20 +75,29 @@ review: ...@@ -75,20 +75,29 @@ review:
variables: variables:
HELM_UPGRADE_VALUES_FILE: .gitlab/review-apps-values.yaml HELM_UPGRADE_VALUES_FILE: .gitlab/review-apps-values.yaml
ROLLOUT_RESOURCE_TYPE: deployment ROLLOUT_RESOURCE_TYPE: deployment
except: rules:
refs: - if: '$CI_KUBERNETES_ACTIVE == null || $CI_KUBERNETES_ACTIVE == ""'
- master when: never
- development - if: '$CI_COMMIT_BRANCH == "master"'
variables: when: never
- $REVIEW_DISABLED - if: '$CI_COMMIT_BRANCH == "development"'
when: never
- if: '$REVIEW_DISABLED'
when: never
- if: '$CI_COMMIT_TAG || $CI_COMMIT_BRANCH'
stop_review: stop_review:
except: rules:
refs: - if: '$CI_KUBERNETES_ACTIVE == null || $CI_KUBERNETES_ACTIVE == ""'
- master when: never
- development - if: '$CI_COMMIT_BRANCH == "master"'
variables: when: never
- $REVIEW_DISABLED - if: '$CI_COMMIT_BRANCH == "development"'
when: never
- if: '$REVIEW_DISABLED'
when: never
- if: '$CI_COMMIT_TAG || $CI_COMMIT_BRANCH'
.development: &development_template .development: &development_template
extends: .auto-deploy extends: .auto-deploy
......
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