Skip to content

Commit

Permalink
Ensure error messages can actually be shown
Browse files Browse the repository at this point in the history
  • Loading branch information
pgibson1-godaddy committed Jul 20, 2023
1 parent 884c44e commit 5b849d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/pipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ DEPLOY_OUTPUT="$(mktemp)"
DEPLOY_HTTP_CODE_FILE="$(mktemp)"

# Using curl for streaming here as httpie seems to have issues actually live streaming this data back even though it has line breaks
set -o pipefail
set +o errexit
curl \
--fail-with-body \
--show-error \
Expand Down

0 comments on commit 5b849d9

Please sign in to comment.