1
0
Fork 0

For #4222: Upload Fenix Nightly to Nimbledroid (#4927)

master
Colin Lee 2019-08-26 19:06:21 -05:00 committed by GitHub
parent 153af588af
commit 86d26ce041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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={