From 0e33eb882f8979e385d80514d4d75c2ba64cd181 Mon Sep 17 00:00:00 2001 From: Scott Southwood Date: Thu, 5 Feb 2015 15:42:52 -0800 Subject: [PATCH] disable push by default --- update-docs.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/update-docs.sh b/update-docs.sh index 3778625..82e6aef 100755 --- a/update-docs.sh +++ b/update-docs.sh @@ -22,7 +22,9 @@ mv applicationinsights-android/build/docs/javadoc/* ./ rm -rf applicationinsights-android git add -A git commit -m "updating docs via update-docs.sh" -git push origin gh-pages + +# disable pushing from the script by default +#git push origin gh-pages # restore local.properties git checkout master