reverting back to the original state

This commit is contained in:
axleiro
2021-12-09 13:16:05 +05:30
committed by GitHub
parent 0fd8e3c5d7
commit ae024f666a

View File

@ -30,8 +30,6 @@ EMAIL="dependabot-buildkite@noreply.solana.com" \
GIT_AUTHOR_NAME="$name" \ GIT_AUTHOR_NAME="$name" \
GIT_COMMITTER_NAME="$name" \ GIT_COMMITTER_NAME="$name" \
git commit -m "[auto-commit] Update all Cargo lock files" git commit -m "[auto-commit] Update all Cargo lock files"
git config pull.rebase false
git pull origin master --allow-unrelated-histories
git push origin "HEAD:$branch" git push origin "HEAD:$branch"
echo "Source branch is updated; failing this build for the next" echo "Source branch is updated; failing this build for the next"