mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Bug 1212616 - b2gdroid updates, remove IS_NIGHTLY from env, r=catlee, a=testing
--HG-- extra : amend_source : 3e22adce12aac7af668c2c34fe5319e774861ba0
This commit is contained in:
parent
8f2f7470c0
commit
ff2f217efc
@ -839,7 +839,10 @@ 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():
|
||||
env["IS_NIGHTLY"] = "yes"
|
||||
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'):
|
||||
env["MOZ_UPDATE_CHANNEL"] = c['update_channel']
|
||||
|
Loading…
Reference in New Issue
Block a user