Skip to content

Commit

Permalink
For mozilla-mobile#4222: Upload Fenix Nightly to Nimbledroid
Browse files Browse the repository at this point in the history
  • Loading branch information
colintheshots committed Aug 26, 2019
1 parent 153af58 commit 86fd6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/taskcluster/lib/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def craft_upload_apk_nimbledroid_task(self, assemble_task_id):
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={
Expand Down

0 comments on commit 86fd6a6

Please sign in to comment.