Skip to content

Commit 4e4a87c

Browse files
committed
Fail if there are unsynced changes
1 parent 18b8a11 commit 4e4a87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi
1616
# Make sure the geofire branch does not have existing changes
1717
if ! git --git-dir=".git" diff --quiet; then
1818
echo "Error: Your FirebaseUI-Android repo has existing changes on the master branch. Make sure you commit and push the new version before running this release script."
19-
# exit 1
19+
exit 1
2020
fi
2121

2222
##############################

0 commit comments

Comments
 (0)