We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64da4d2 commit 7f19187Copy full SHA for 7f19187
1 file changed
.buildkite/commands/configure-git-for-release-management.sh
@@ -5,3 +5,6 @@
5
curl -L https://api.github.com/meta | jq -r '.ssh_keys | .[]' | sed -e 's/^/github.com /' >> ~/.ssh/known_hosts
6
git config --global user.email "mobile+wpmobilebot@automattic.com"
7
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