From e3ba98ac48e9b1d3de6e6d7d1662c0ce1b66a324 Mon Sep 17 00:00:00 2001 From: Louis Dutoit Date: Tue, 1 Dec 2020 17:09:53 +0100 Subject: [PATCH] smoke test fix --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 20e805a..bf7c55d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -127,7 +127,7 @@ jobs: command: | if [[ "$HTTPCODE" -ne 200 ]]; then echo "heroku app not responding, failing deploy" \ - exit 1 \ + exit 1; \ HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://morning-island-14161.herokuapp.com/` workflows: