mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 20:21:20 +00:00
Fix step7 config for upgrade jobs on master
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user