forked from mirrors/gecko-dev
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
subject = '{} Build of {} {} build {}'.format(subject_prefix, product, version, build_number)
|
||||||
|
|
||||||
notify_options = {}
|
notify_options = {}
|
||||||
if 'TASKCLUSTER_BASE_URL' in os.environ:
|
if 'TASKCLUSTER_PROXY_URL' in os.environ:
|
||||||
base_url = os.environ['TASKCLUSTER_PROXY_URL'].rstrip('/')
|
base_url = os.environ['TASKCLUSTER_PROXY_URL'].rstrip('/')
|
||||||
notify_options['baseUrl'] = '{}/notify/v1'.format(base_url)
|
notify_options['baseUrl'] = '{}/notify/v1'.format(base_url)
|
||||||
notify = Notify(notify_options)
|
notify = Notify(notify_options)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue