mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Only publish janky master builds
This commit is contained in:
@@ -29,8 +29,7 @@ module.exports = (gruntObject) ->
|
||||
grunt = gruntObject
|
||||
|
||||
grunt.registerTask 'publish-build', 'Publish the built app', ->
|
||||
return unless process.platform is 'win32'
|
||||
# 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'
|
||||
|
||||
done = @async()
|
||||
buildDir = grunt.config.get('atom.buildDir')
|
||||
|
||||
Reference in New Issue
Block a user