Skip to content

Commit

Permalink
Testing ci pipeline with verbose curl
Browse files Browse the repository at this point in the history
  • Loading branch information
marresgit committed Sep 27, 2023
1 parent aa24a7e commit ebc71e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-verify.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SUCCESS=0

for try in {1..3}; do
status_code=$(curl --write-out %{http_code} --silent --output /dev/null http://localhost:3000)
status_code=$(curl -v --write-out %{http_code} --silent --output http://localhost:3000)
if [[ "$status_code" -eq 200 ]] ; then
SUCCESS=1
break
Expand Down

0 comments on commit ebc71e3

Please sign in to comment.