Don't push -noupdate builds to gh-pages.

This commit is contained in:
ccd0 2015-08-17 11:31:45 -07:00
parent 929761f185
commit ce8c794b0f

View File

@ -195,8 +195,7 @@ module.exports = (grunt) ->
git checkout gh-pages
git pull
git merge --no-commit -s ours stable
git checkout stable builds
git checkout HEAD "builds/*<%= pkg.meta.suffix.beta %>.*"
git checkout stable "builds/<%= pkg.name %>.*" builds/updates.xml
git commit -am "Move <%= pkg.meta.name %> v<%= pkg.meta.version %> to stable channel."
git checkout -
""".split('\n').join('&&')