From 2f71c97d47ea1c1cda12383d08e606a48ce2ec68 Mon Sep 17 00:00:00 2001 From: abouhanifa Date: Thu, 3 Dec 2020 20:55:12 +0100 Subject: [PATCH] msg --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 13acc66..ab401c1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -126,8 +126,8 @@ jobs: name: Smoke Test command: | if [[ "$HTTPCODE" -ne 200 ]];then - echo "heroku app not responding, failing deploy" - exit 1 + echo "heroku app not responding, failing deploy" \ + exit 1 \ HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://$HEROKU_APP_NAME.herokuapp.com/` fi