Skip to content

Commit

Permalink
Merge pull request #5 from sendible-labs/silent-curl
Browse files Browse the repository at this point in the history
Make CURL silent
  • Loading branch information
tim-sendible authored Jul 11, 2022
2 parents 6c82a69 + 01de7b7 commit 4f12bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorry-cypress-run-cleaner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down

0 comments on commit 4f12bf6

Please sign in to comment.