Skip to content

Commit 7f19187

Browse files
committed
Set remote url in configure-git-for-release-management.sh
1 parent 64da4d2 commit 7f19187

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.buildkite/commands/configure-git-for-release-management.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
curl -L https://api.github.com/meta | jq -r '.ssh_keys | .[]' | sed -e 's/^/github.com /' >> ~/.ssh/known_hosts
66
git config --global user.email "mobile+wpmobilebot@automattic.com"
77
git config --global user.name "Buildkite"
8+
9+
# Buildkite is currently using the https url to checkout. We need to override it to be able to use the deploy key.
10+
git remote set-url origin git@github.com:wordpress-mobile/WordPress-Android.git

0 commit comments

Comments
 (0)