c12s-kubespray/tests/scripts/rebase.sh

8 lines
171 B
Bash
Executable file

#!/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