From 50e166799424f005346e18ab0044ab068f579dc2 Mon Sep 17 00:00:00 2001 From: Gianni Giudice <45078018+GianniGiudice@users.noreply.github.com> Date: Tue, 1 Dec 2020 17:32:09 +0100 Subject: [PATCH] relance --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index afc166b..a64fc66 100755 --- a/test.sh +++ b/test.sh @@ -3,4 +3,4 @@ HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://$HEROKU_APP_NAME.heroku if [ "$HTTPCODE" -ne 200 ];then echo "heroku app not responding, failing deploy" exit 1 -fi +fi