Rebase on 2.12 (#5488)
This commit is contained in:
parent
370a0635fa
commit
86365d61e3
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ set -euxo pipefail
|
||||||
if [[ $CI_COMMIT_REF_NAME == pr-* ]]; then
|
if [[ $CI_COMMIT_REF_NAME == pr-* ]]; then
|
||||||
git config user.email "ci@kubespray.io"
|
git config user.email "ci@kubespray.io"
|
||||||
git config user.name "CI"
|
git config user.name "CI"
|
||||||
git pull --rebase origin master
|
git pull --rebase origin release-2.12
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue