Skip to content

Commit

Permalink
Update built files
Browse files Browse the repository at this point in the history
  • Loading branch information
aearly committed Feb 12, 2019
1 parent e1bd3da commit 684b42e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions support/xyz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ case "$increment" in
*) echo "Invalid --increment" >&2 ; exit 1 ;;
esac

[[ $(git rev-parse --abbrev-ref HEAD) == $branch ]] ||
(echo "Current branch does not match specified --branch" >&2 ; exit 1)

git diff-files --quiet ||
(echo "Working directory contains unstaged changes" >&2 ; exit 1)

Expand Down

0 comments on commit 684b42e

Please sign in to comment.