Skip to content

Commit

Permalink
make scripts/update fail fast when git pull fails
Browse files Browse the repository at this point in the history
[#101929980]

Signed-off-by: Connor Braa <cbraa@pivotal.io>
  • Loading branch information
jenspinney authored and cwlbraa committed Sep 2, 2015
1 parent 5fdd137 commit 80019a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function has_upstream() {
git rev-parse @{u} > /dev/null 2>&1
}

set -x
set -x -e

$(dirname $0)/install-git-hooks

Expand Down

0 comments on commit 80019a2

Please sign in to comment.