mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
Fix step7 config for upgrade jobs on master
This commit is contained in:
parent
e264db4349
commit
e0b3859a72
@ -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