UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit e340e59d authored by Zachariah Dzielinski's avatar Zachariah Dzielinski
Browse files

chore: remove failure

parent 82db0459
No related branches found
No related tags found
1 merge request!129BB-1081 - Modify Umbrella workflow rules to restrict pipelines for merge requests / general clean up of workflow rules
......@@ -109,7 +109,7 @@ upgrade:
variables:
CLUSTER_NAME: "clean-${CI_COMMIT_SHORT_SHA}"
script:
- exit 0
- exit 1
- if $CHART_BREAKING_CHANGE; then echo "Breaking change detected by chart version difference, skipping job"; exit 0; fi
- echo "Install Big Bang from ${CI_DEFAULT_BRANCH}"
- git fetch && git checkout ${CI_DEFAULT_BRANCH}
......
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