Backed out changeset 9224f83eb55c (bug 1360198) for breaking taskcluster builds

This commit is contained in:
Carsten "Tomcat" Book 2017-05-02 11:08:49 +02:00
Родитель 0fdc861258
Коммит f4d351525b
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -607,8 +607,8 @@ def build_generic_worker_payload(config, task, task_def):
for artifact in worker['artifacts']:
a = {
'path': artifact['path'],
'type': artifact['type']
# Use the default artifact expiration (the task's expiration time)
'type': artifact['type'],
'expires': task_def['expires'], # always expire with the task
}
if 'name' in artifact:
a['name'] = artifact['name']