From ce8c794b0f6ac6b40bd5039d968e20b10f6b5bf2 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 17 Aug 2015 11:31:45 -0700 Subject: [PATCH] Don't push -noupdate builds to gh-pages. --- Gruntfile.coffee | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 901f00364..053a1e713 100755 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -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('&&')