mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Merge pull request #18469 from ihmccreery/step7-fix-master
Fix step7 config for upgrade jobs on master
This commit is contained in:
commit
c2cfcd5c49
@ -83,7 +83,7 @@ function configure_upgrade_step() {
|
||||
local -r cluster_name="$3"
|
||||
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"
|
||||
exit 1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user