mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #23419 - servo:SimonSapin-patch-1, r=jdm
Fix magicleap nightly upload Remove some extra quotes in the shell script Failed in https://tools.taskcluster.net/tasks/WtK7OY9qQ6Wg9xbXCS8eCQ <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23419) <!-- Reviewable:end -->
This commit is contained in:
commit
538a7a59d5
1 changed files with 1 additions and 1 deletions
|
@ -852,7 +852,7 @@ def magicleap_nightly():
|
|||
.with_script("""
|
||||
./mach build --magicleap --release
|
||||
env -u DYLD_LIBRARY_PATH ./mach package --magicleap --release
|
||||
"./mach upload-nightly magicleap --secret-from-taskcluster",
|
||||
./mach upload-nightly magicleap --secret-from-taskcluster
|
||||
""")
|
||||
.with_artifacts("repo/target/magicleap/aarch64-linux-android/release/Servo2D.mpk")
|
||||
.find_or_create("build.magicleap_nightly." + CONFIG.git_sha)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue