Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Tweak...
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Apr 17, 2020
1 parent 7c94067 commit 9648ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/dependabot-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [[ $(git status --short :**/Cargo.lock | wc -l) -gt 0 ]]; then
GIT_AUTHOR_NAME="$NAME" \
GIT_COMMITTER_NAME="$NAME" \
EMAIL="dependabot-buildkite@noreply.solana.com" \
git commit -m "Update all Cargo lock files"
git commit -m "[auto-commit] Update all Cargo lock files"
api_base="https://api.github.com/repos/solana-labs/solana/pulls"
pr_num=$(echo "$BUILDKITE_BRANCH" | grep -Eo '[0-9]+')
branch=$(curl -s "$api_base/$pr_num" | python -c 'import json,sys;print json.load(sys.stdin)["head"]["ref"]')
Expand Down

0 comments on commit 9648ab4

Please # to comment.