Skip to content

Commit 684b42e

Browse files
committed
Update built files
1 parent e1bd3da commit 684b42e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

support/xyz.sh

-3
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ case "$increment" in
103103
*) echo "Invalid --increment" >&2 ; exit 1 ;;
104104
esac
105105

106-
[[ $(git rev-parse --abbrev-ref HEAD) == $branch ]] ||
107-
(echo "Current branch does not match specified --branch" >&2 ; exit 1)
108-
109106
git diff-files --quiet ||
110107
(echo "Working directory contains unstaged changes" >&2 ; exit 1)
111108

0 commit comments

Comments
 (0)