Skip to content

Commit

Permalink
use ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor committed Feb 20, 2019
1 parent 8729fe8 commit 27a8055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ansible-pr/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ if ! git remote -v | grep "origin"; then
exit 1
fi

git remote add upstream https://github.com/ansible/ansible.git
git remote add upstream git@github.com:ansible/ansible.git

# Use HTTPS endpoint so we don't have to setup SSH keys.
git remote add magician https://github.com/modular-magician/ansible.git &>/dev/null
git remote add magician git@github.com:modular-magician/ansible.git
git fetch magician devel
git fetch upstream devel
echo "Remotes setup properly"
Expand Down

0 comments on commit 27a8055

Please sign in to comment.