mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Make artifact download fail on non-successful HTTP status codes
This commit is contained in:
parent
c7234642a3
commit
72cbc0e6e1
2 changed files with 3 additions and 10 deletions
|
@ -8,5 +8,6 @@ curl \
|
|||
--retry 5 \
|
||||
--connect-timeout 10 \
|
||||
--location \
|
||||
--fail \
|
||||
"$url" \
|
||||
"$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue