Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Mar 20, 2017
1 parent 82c2ccd commit 4097e64
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/publish_dailybuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4097e64

Please sign in to comment.