You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release.sh
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ fi
16
16
# Make sure the geofire branch does not have existing changes
17
17
if! git --git-dir=".git" diff --quiet;then
18
18
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
20
20
fi
21
21
22
22
##############################
@@ -39,11 +39,11 @@ if [[ $VERSION == $LAST_GIT_TAG ]]; then
39
39
fi
40
40
41
41
# Create docs
42
-
./create-docs.sh
43
-
if [[ $?-ne 0 ]];then
44
-
echo"error: There was an error creating the docs."
45
-
exit 1
46
-
fi
42
+
#./create-docs.sh
43
+
#if [[ $? -ne 0 ]]; then
44
+
# echo "error: There was an error creating the docs."
0 commit comments