mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-20 04:30:10 -03:30
Always rebase on master before running a job (#4616)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
fc072300ea
commit
38a3075025
7
tests/scripts/rebase.sh
Executable file
7
tests/scripts/rebase.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -euxo pipefail
|
||||
|
||||
# Rebase on master to get latest changes
|
||||
git config user.email "ci@kubespray.io"
|
||||
git config user.name "CI"
|
||||
git pull --rebase origin master
|
||||
Reference in New Issue
Block a user