From b1e96f38108effdfc9d404fb7694f6ca5e9e57f7 Mon Sep 17 00:00:00 2001 From: fontaipi <39625044+fontaipi@users.noreply.github.com> Date: Tue, 1 Dec 2020 16:47:17 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0fc5a2f..625ec46 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: