From f3a980821f87cc71729fb1820e6780c621aa32f4 Mon Sep 17 00:00:00 2001 From: MTLantoine Date: Tue, 1 Dec 2020 17:01:44 +0100 Subject: [PATCH] try --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8386f32..0fc5a2f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -125,10 +125,10 @@ jobs: - run: name: Smoke Test command: | - HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://$HEROKU_APP_NAME.herokuapp.com/` if [[ "$HTTPCODE" -ne 200 ]]; then 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 workflows: