зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1655893 - docker_image.py transform should set `artifact_prefix`; r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D85232
This commit is contained in:
Родитель
109bdeb90d
Коммит
a01bf96790
|
@ -137,7 +137,10 @@ def fill_template(config, tasks):
|
|||
taskdesc = {
|
||||
'label': 'build-docker-image-' + image_name,
|
||||
'description': description,
|
||||
'attributes': {'image_name': image_name},
|
||||
'attributes': {
|
||||
'image_name': image_name,
|
||||
'artifact_prefix': 'public',
|
||||
},
|
||||
'expires-after': '28 days' if config.params.is_try() else '1 year',
|
||||
'scopes': [],
|
||||
'treeherder': {
|
||||
|
|
Загрузка…
Ссылка в новой задаче