Navigation Menu

Skip to content

Commit

Permalink
Update taskcluster for new Servo mpk name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Jeffrey committed Aug 17, 2019
1 parent 9bba14c commit 0e60730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/taskcluster/decision_task.py
Expand Up @@ -907,7 +907,7 @@ def magicleap_nightly():
env -u DYLD_LIBRARY_PATH ./mach package --magicleap --release
./mach upload-nightly magicleap --secret-from-taskcluster
""")
.with_artifacts("repo/target/magicleap/aarch64-linux-android/release/Servo2D.mpk")
.with_artifacts("repo/target/magicleap/aarch64-linux-android/release/Servo.mpk")
.find_or_create("build.magicleap_nightly." + CONFIG.task_id())
)

Expand Down

0 comments on commit 0e60730

Please sign in to comment.