Bug 1212616 - b2gdroid updates, remove IS_NIGHTLY from env, r=catlee, a=testing

--HG--
extra : amend_source : 3e22adce12aac7af668c2c34fe5319e774861ba0
This commit is contained in:
Jordan Lund 2015-10-30 21:20:22 -07:00
parent 8f2f7470c0
commit ff2f217efc

View File

@ -839,6 +839,9 @@ or run without that action (ie: --no-{action})"
env['MOZ_BUILD_DATE'] = self.query_buildid()
if self.query_is_nightly() or self.query_is_nightly_promotion():
if self.query_is_nightly():
# nightly promotion needs to set update_channel but not do all the 'IS_NIGHTLY'
# automation parts like uploading symbols for now
env["IS_NIGHTLY"] = "yes"
# in branch_specifics.py we might set update_channel explicitly
if c.get('update_channel'):