From ae024f666ade0ed30a8f2e0c6d946ec32a187dc0 Mon Sep 17 00:00:00 2001 From: axleiro <83293196+axleiro@users.noreply.github.com> Date: Thu, 9 Dec 2021 13:16:05 +0530 Subject: [PATCH] reverting back to the original state --- ci/dependabot-pr.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/dependabot-pr.sh b/ci/dependabot-pr.sh index 3ce48fe524..9ef6816cec 100755 --- a/ci/dependabot-pr.sh +++ b/ci/dependabot-pr.sh @@ -30,8 +30,6 @@ EMAIL="dependabot-buildkite@noreply.solana.com" \ GIT_AUTHOR_NAME="$name" \ GIT_COMMITTER_NAME="$name" \ 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" echo "Source branch is updated; failing this build for the next"