mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-06 23:26:25 +03:00
Comment out Janky check
This commit is contained in:
parent
e6ecf10616
commit
e1945fce14
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user