From f4bf73d2ccb94fa9fa8f8ba37603a0c9146994ec Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 25 Feb 2021 19:57:26 -0700 Subject: [PATCH] test: quieter curl --- internal/api/testdata/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,