Commit c2cfcd5c authored by Isaac Hollander McCreery's avatar Isaac Hollander McCreery

Merge pull request #18469 from ihmccreery/step7-fix-master

Fix step7 config for upgrade jobs on master
parents f1f250c6 e0b3859a
...@@ -83,7 +83,7 @@ function configure_upgrade_step() { ...@@ -83,7 +83,7 @@ function configure_upgrade_step() {
local -r cluster_name="$3" local -r cluster_name="$3"
local -r project="$4" local -r project="$4"
[[ "${JOB_NAME}" =~ .*-(step[1-6])-.* ]] || { [[ "${JOB_NAME}" =~ .*-(step[1-7])-.* ]] || {
echo "JOB_NAME ${JOB_NAME} is not a valid upgrade job name, could not parse" echo "JOB_NAME ${JOB_NAME} is not a valid upgrade job name, could not parse"
exit 1 exit 1
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment