test: quieter curl

This commit is contained in:
AJ ONeal 2021-02-25 19:57:26 -07:00
parent c790a8c482
commit f4bf73d2cc
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ echo "[${GIT_REPO_ID:-}#${GIT_REF_NAME:-}] Finished"
echo "Reporting to '${GIT_DEPLOY_CALLBACK_URL:-}' ..."
#curl -fsSL "${GIT_DEPLOY_CALLBACK_URL}" \
curl -fL "${GIT_DEPLOY_CALLBACK_URL}?format=pytest" \
curl -fsSL "${GIT_DEPLOY_CALLBACK_URL}?format=pytest" \
-H 'Content-Type: application/json' \
-d '
{ "exitcode": 0,