mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move mkdir
call out of with_curl_script
This commit is contained in:
parent
83921dbc99
commit
b96a36c131
2 changed files with 7 additions and 3 deletions
|
@ -629,7 +629,6 @@ class UnixTaskMixin(Task):
|
|||
"CURL_%s_PATH" % n: file_path,
|
||||
}) \
|
||||
.with_script("""
|
||||
mkdir -p $(dirname "$CURL_{n}_PATH")
|
||||
curl --retry 5 --connect-timeout 10 -Lf "$CURL_{n}_URL" -o "$CURL_{n}_PATH"
|
||||
""".format(n=n))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue