From 86d26ce041c70edc9374e51062fb857266f9b8d6 Mon Sep 17 00:00:00 2001 From: Colin Lee Date: Mon, 26 Aug 2019 19:06:21 -0500 Subject: [PATCH] For #4222: Upload Fenix Nightly to Nimbledroid (#4927) --- automation/taskcluster/lib/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/taskcluster/lib/tasks.py b/automation/taskcluster/lib/tasks.py index bc5ae7630..899ec30a6 100644 --- a/automation/taskcluster/lib/tasks.py +++ b/automation/taskcluster/lib/tasks.py @@ -207,7 +207,7 @@ class TaskBuilder(object): name="Upload Release APK to Nimbledroid", description='Upload APKs to Nimbledroid for performance measurement and tracking.', command=' && '.join([ - 'curl --location "{}/{}/artifacts/public/target.apk" > target.apk'.format(_DEFAULT_TASK_URL, assemble_task_id), + 'curl --location "{}/{}/artifacts/public/build/armeabi-v7a/geckoNightly/target.apk" > target.apk'.format(_DEFAULT_TASK_URL, assemble_task_id), 'python automation/taskcluster/upload_apk_nimbledroid.py', ]), treeherder={