From 0d43bc815a62995e6b976a3f6c3d6dadf8d0fdc8 Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Mon, 18 Oct 2021 11:52:38 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index de1c13f..34e795f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -112,8 +112,9 @@ jobs: name: Smoke Test command: | HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://agile-coast-99905.herokuapp.com/` - if [ "$HTTPCODE" -ne 200 ];then - echo "heroku app not responding, failing deploy" + if [ "$HTTPCODE" -ne 200 ]; + then + echo "heroku app not responding, failing deploy" exit 1 fi