mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Restore publish checks
This commit is contained in:
@@ -19,8 +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 unless process.platform is 'win32'
|
||||
return if process.env.JANKY_SHA1 and process.env.JANKY_BRANCH isnt 'master'
|
||||
tasks = ['upload-assets']
|
||||
tasks.unshift('build-docs', 'prepare-docs') if process.platform is 'darwin'
|
||||
grunt.task.run(tasks)
|
||||
|
||||
Reference in New Issue
Block a user