Skip to content

Commit

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

set -e

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

# Use HTTPS endpoint so we don't have to setup SSH keys.
Expand Down

0 comments on commit 15b88d3

Please sign in to comment.