From 01de7b717f249228b95dd84a0f04ce8ab0c4e199 Mon Sep 17 00:00:00 2001 From: tim-sendible <69461449+tim-sendible@users.noreply.github.com> Date: Mon, 11 Jul 2022 08:33:37 +0100 Subject: [PATCH] Make CURL silent --- sorry-cypress-run-cleaner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sorry-cypress-run-cleaner.sh b/sorry-cypress-run-cleaner.sh index 26fa4e1..6f3816d 100644 --- a/sorry-cypress-run-cleaner.sh +++ b/sorry-cypress-run-cleaner.sh @@ -21,7 +21,7 @@ actual_end=${required_end:-$default_end} echo Deleting tests from $actual_start till $actual_end for $sorry_cypress_api_url -curl $sorry_cypress_api_url -H 'Accept-Encoding: gzip, deflate, br' \ +curl -s $sorry_cypress_api_url -H 'Accept-Encoding: gzip, deflate, br' \ -H 'Content-Type: application/json' \ -H 'Accept: application/json' \ -H 'Connection: keep-alive' \