mirror of
https://github.com/servo/servo.git
synced 2025-08-02 04:00:32 +01:00
Fix artifact filename
This commit is contained in:
parent
72cbc0e6e1
commit
35db5ff6d6
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ def main():
|
|||
def create_run_task(*, script, env=None, **kwargs):
|
||||
fetch_build = """
|
||||
curl \
|
||||
"https://queue.taskcluster.net/v1/task/${BUILD_TASK_ID}/artifacts/public/servo.tar.gz" \
|
||||
"https://queue.taskcluster.net/v1/task/${BUILD_TASK_ID}/artifacts/public/target.tar.gz" \
|
||||
--retry 5 \
|
||||
--connect-timeout 10 \
|
||||
--location \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue