Skip to content

Commit

Permalink
Merge pull request kubernetes#18469 from ihmccreery/step7-fix-master
Browse files Browse the repository at this point in the history
Fix step7 config for upgrade jobs on master
  • Loading branch information
Isaac Hollander McCreery committed Dec 10, 2015
2 parents f1f250c + e0b3859 commit c2cfcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/jenkins/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit c2cfcd5

Please sign in to comment.