mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Uncomment branch check
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env coffee
|
||||
|
||||
# return unless process.env.JANKY_SHA1 and process.env.JANKY_BRANCH is 'ks-upload-release'
|
||||
return unless process.env.JANKY_SHA1 and process.env.JANKY_BRANCH is 'ks-upload-release'
|
||||
|
||||
child_process = require 'child_process'
|
||||
path = require 'path'
|
||||
|
||||
Reference in New Issue
Block a user