mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix magicleap nightly upload
Remove some extra quotes in the shell script Failed in https://tools.taskcluster.net/tasks/WtK7OY9qQ6Wg9xbXCS8eCQ
This commit is contained in:
parent
cb4e3e298e
commit
b2a0cea411
1 changed files with 1 additions and 1 deletions
|
@ -849,7 +849,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