curl: Add '--fail' argument to return a meaningful status code
All checks were successful
Test / Run tests (push) Successful in 1m54s

This commit is contained in:
2024-05-15 00:24:42 +02:00
parent 5b952c4eb1
commit ff375e3caf
4 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
curl -s -L "https://elwig.at/files/create.sql?v=19" -u "elwig:ganzGeheim123!" -o "Resources\Sql\Create.sql"
curl --fail -s -L "https://elwig.at/files/create.sql?v=19" -u "elwig:ganzGeheim123!" -o "Resources\Sql\Create.sql"