Browse Source

Rebase on 2.12 (#5488)

pull/5558/head
Maxime Guyot 5 years ago
committed by Kubernetes Prow Robot
parent
commit
86365d61e3
1 changed files with 1 additions and 1 deletions
  1. 2
      tests/scripts/rebase.sh

2
tests/scripts/rebase.sh

@ -5,5 +5,5 @@ set -euxo pipefail
if [[ $CI_COMMIT_REF_NAME == pr-* ]]; then
git config user.email "ci@kubespray.io"
git config user.name "CI"
git pull --rebase origin master
git pull --rebase origin release-2.12
fi
Loading…
Cancel
Save