diff --git a/batch/scripts/report_status.sh b/batch/scripts/report_status.sh index 7f528a38..d636dff8 100755 --- a/batch/scripts/report_status.sh +++ b/batch/scripts/report_status.sh @@ -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