mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +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):
|
def create_run_task(*, script, env=None, **kwargs):
|
||||||
fetch_build = """
|
fetch_build = """
|
||||||
curl \
|
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 \
|
--retry 5 \
|
||||||
--connect-timeout 10 \
|
--connect-timeout 10 \
|
||||||
--location \
|
--location \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue