diff --git a/internal/api/testdata/deploy.sh b/internal/api/testdata/deploy.sh index 120df80..886dd4c 100644 --- a/internal/api/testdata/deploy.sh +++ b/internal/api/testdata/deploy.sh @@ -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,