UNCLASSIFIED - NO CUI

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

Changed breaking change handling logic, and testing breaking change

parent ac130ce1
No related branches found
No related tags found
1 merge request!90Step 1 - Upgrade version checking
Pipeline #96901 waiting for manual action
......@@ -102,7 +102,7 @@ upgrade:
variables:
CLUSTER_NAME: "clean-${CI_COMMIT_SHORT_SHA}"
script:
- if [ ${CHART_BREAKING_CHANGE} == "true" ]; then echo "Chart Breaking Change Detected, Exiting" && exit; fi
- 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}
- *deploy_bigbang
......
apiVersion: v2
name: bigbang-umbrella
version: 0.0.2
version: 0.1.2
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