Skip to content
Snippets Groups Projects
Verified Commit 00a6451f authored by Levente Polyak's avatar Levente Polyak :rocket:
Browse files

gluebuddy: follow location redirect in the download script

This avoids the issue of ending up with a HTML page that contains a
redirect link if we are not hitting the final endpoint with the
retrieved link.
parent fa234573
No related branches found
No related tags found
No related merge requests found
Pipeline #67232 passed
......@@ -37,7 +37,7 @@ links=($LINKS)
for i in "${links[@]}"
do
curl -O "$i"
curl --silent --show-error --fail --location --remote-name "$i"
done
for uid in "${TRUSTED_UIDs[@]}"; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment