mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1492128: [mozrelease] Fix typo in taskcluster proxy configuration; r=me
--HG-- extra : rebase_source : 9d5fec198f1a219b6afb0033475ef74ed3307a21 extra : source : 455b259c75ef80c956c3bacc11fc157512ff94ce
This commit is contained in:
parent
414919edbf
commit
df651d609c
@ -242,7 +242,7 @@ Task group: https://tools.taskcluster.net/push-inspector/#/{task_group_id}
|
||||
subject = '{} Build of {} {} build {}'.format(subject_prefix, product, version, build_number)
|
||||
|
||||
notify_options = {}
|
||||
if 'TASKCLUSTER_BASE_URL' in os.environ:
|
||||
if 'TASKCLUSTER_PROXY_URL' in os.environ:
|
||||
base_url = os.environ['TASKCLUSTER_PROXY_URL'].rstrip('/')
|
||||
notify_options['baseUrl'] = '{}/notify/v1'.format(base_url)
|
||||
notify = Notify(notify_options)
|
||||
|
Loading…
Reference in New Issue
Block a user