Bug 1492128: [mozrelease] Fix typo in taskcluster proxy configuration; r=me

--HG--
extra : rebase_source : 9d5fec198f1a219b6afb0033475ef74ed3307a21
extra : source : 455b259c75ef80c956c3bacc11fc157512ff94ce
This commit is contained in:
Tom Prince 2018-11-01 14:21:12 -06:00
parent 414919edbf
commit df651d609c

View File

@ -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)