Upload master builds only

This commit is contained in:
Kevin Sawicki 2013-12-10 13:33:31 -08:00
parent e1a1a7efc9
commit 2141d06f61

View File

@ -1,7 +1,6 @@
#!/usr/bin/env coffee
return if process.env.JANKY_SHA1 and process.env.JANKY_BRANCH isnt 'ks-upload-release'
return if process.env.JANKY_SHA1 and process.env.JANKY_BRANCH isnt 'master'
child_process = require 'child_process'
path = require 'path'