Skip to content

Add fail flag to curl command in deploy stage

Lukas Schnellmann requested to merge curl-fail-flag into main

Adds the fail flag (-f) to the curl commands. The curl command will then fail and print the http error code when the server responds with an error.

Merge request reports