Bug 1543373 - Fix non-existing APK location r=mtabara

Fix non-existing APK location

Differential Revision: https://phabricator.services.mozilla.com/D26905

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Johan Lorenzo 2019-04-10 13:28:31 +00:00
Родитель b0782effcb
Коммит 690951e993
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -128,7 +128,7 @@ def generate_upstream_artifacts(job, dependencies):
'taskType': 'signing',
'paths': ['{}/target.apk'.format(artifact_prefix)],
} for task_kind in dependencies.keys()
if 'google-play-strings' not in task_kind
if task_kind not in ('google-play-strings', 'push-apk-checks')
]
google_play_strings = [{