test: quieter curl
This commit is contained in:
parent
c790a8c482
commit
f4bf73d2cc
|
@ -9,7 +9,7 @@ echo "[${GIT_REPO_ID:-}#${GIT_REF_NAME:-}] Finished"
|
||||||
|
|
||||||
echo "Reporting to '${GIT_DEPLOY_CALLBACK_URL:-}' ..."
|
echo "Reporting to '${GIT_DEPLOY_CALLBACK_URL:-}' ..."
|
||||||
#curl -fsSL "${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' \
|
-H 'Content-Type: application/json' \
|
||||||
-d '
|
-d '
|
||||||
{ "exitcode": 0,
|
{ "exitcode": 0,
|
||||||
|
|
Loading…
Reference in New Issue