UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit a988f1a5 authored by evan.rush's avatar evan.rush :speech_balloon:
Browse files

removed CI_COMMIT_REF_SLUG from clustername to avoid clustername to long issue

parent 2e71d7a2
No related branches found
No related tags found
1 merge request!60BB-694 Test and Script Abstraction
Pipeline #91434 passed
......@@ -45,7 +45,7 @@ clean install:
when: never
- when: always
variables:
CLUSTER_NAME: "clean-${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA}"
CLUSTER_NAME: "clean-${CI_COMMIT_SHORT_SHA}"
script:
- *deploy_bigbang
- *test_bigbang
......@@ -60,7 +60,7 @@ upgrade:
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
variables:
CLUSTER_NAME: "clean-${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA}"
CLUSTER_NAME: "clean-${CI_COMMIT_SHORT_SHA}"
script:
- 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