From 4097e648180a610cde55f84c408af78505502a4a Mon Sep 17 00:00:00 2001 From: MaysWind Date: Mon, 20 Mar 2017 08:54:52 +0800 Subject: [PATCH] update build script --- scripts/publish_dailybuild.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/publish_dailybuild.sh b/scripts/publish_dailybuild.sh index 7299926..0b0ad70 100644 --- a/scripts/publish_dailybuild.sh +++ b/scripts/publish_dailybuild.sh @@ -24,10 +24,5 @@ if [ $CI == "true" ] && [ $CIRCLE_BRANCH == "master" ]; then git commit -a -m "daily build #$CIRCLE_SHA1"; git push origin daily-build; - echo "Publishing online demo..."; - git checkout -b gh-pages remotes/origin/gh-pages; - git merge daily-build -m "merge daily build #$CIRCLE_SHA1"; - git push origin gh-pages; - echo "Done."; fi