From 458db4e70f1c3ca26fb86442d2204a086b988e70 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 6 Mar 2015 18:58:55 -0800 Subject: [PATCH] Revert "Also make sure the tags are up to date here." Breaks tags in case of multiple moves to gh-pages before pushing. This reverts commit ffcd23a30df3dde4f7b9879aa13f598b75e9baaf. --- Gruntfile.coffee | 3 --- 1 file changed, 3 deletions(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index dd7468c0c..b618c30b0 100755 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -143,7 +143,6 @@ module.exports = (grunt) -> """.split('\n').join('&&') beta: command: """ - git fetch --tags git tag -af beta -m "<%= pkg.meta.name %> v<%= pkg.meta.version %>." git checkout gh-pages git pull @@ -154,7 +153,6 @@ module.exports = (grunt) -> """.split('\n').join('&&') stable: command: """ - git fetch --tags git tag -af stable -m "<%= pkg.meta.name %> v<%= pkg.meta.version %>." git checkout gh-pages git pull @@ -166,7 +164,6 @@ module.exports = (grunt) -> """.split('\n').join('&&') web: command: """ - git fetch --tags git commit -am "Build web page." git checkout gh-pages git pull