mirror of
https://github.com/servo/servo.git
synced 2025-07-03 05:23:38 +01:00
curl logging to stderr
This commit is contained in:
parent
46828cb8ad
commit
1a6fc7ce77
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ task_id="$1"
|
|||
artifact="$2"
|
||||
shift 2
|
||||
url="https://queue.taskcluster.net/v1/task/${task_id}/artifacts/${artifact}"
|
||||
echo "Fetching $url"
|
||||
echo "Fetching $url" >&2
|
||||
curl \
|
||||
--retry 5 \
|
||||
--connect-timeout 10 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue