Skip to content

Commit

Permalink
Un-silence curl command in report status script
Browse files Browse the repository at this point in the history
  • Loading branch information
dmannarino committed Aug 16, 2024
1 parent d375ddd commit 6274219
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions batch/scripts/report_status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ set -x
echo "$(generate_payload)"

CTYPE_HEADER="Content-Type:application/json"
RESPONSE=$(curl -s -X PATCH -H "${AUTH_HEADER}" -H "${CTYPE_HEADER}" -d "$(generate_payload)" "${URL}")

echo $RESPONSE
curl -i -X PATCH -H "${AUTH_HEADER}" -H "${CTYPE_HEADER}" -d "$(generate_payload)" "${URL}"

# Try to clean up free space for potential other batch jobs on the same node
set +e
Expand Down

0 comments on commit 6274219

Please sign in to comment.