From e1945fce143fc7c16c3e5bd6e58f1ead55166bd0 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Sat, 5 Jul 2014 11:15:56 -0700 Subject: [PATCH] Comment out Janky check --- build/tasks/publish-build-task.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tasks/publish-build-task.coffee b/build/tasks/publish-build-task.coffee index a251aecad..669cc9c6b 100644 --- a/build/tasks/publish-build-task.coffee +++ b/build/tasks/publish-build-task.coffee @@ -19,7 +19,7 @@ module.exports = (gruntObject) -> grunt = gruntObject grunt.registerTask 'publish-build', 'Publish the built app', -> - return if process.env.JANKY_SHA1 #and process.env.JANKY_BRANCH isnt 'master' + # return if process.env.JANKY_SHA1 and process.env.JANKY_BRANCH isnt 'master' return unless process.platform is 'win32' tasks = ['upload-assets'] tasks.unshift('build-docs', 'prepare-docs') if process.platform is 'darwin'