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:
Simon Sapin 2019-05-17 13:03:00 +02:00 committed by GitHub
parent cb4e3e298e
commit b2a0cea411
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)