From beb0576b5f4238b478b78bd311dbe3f4a365061e Mon Sep 17 00:00:00 2001 From: guidezSeb Date: Sat, 16 Jan 2021 17:50:16 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20synthax=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1db7595..f252de6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -70,8 +70,7 @@ jobs: - run: name: Smoke check command: if [[ "$HTTPCODE" -ne 200 ]];then - echo "heroku app not responding, failing to deploy" - exit 1 + echo "heroku app not responding, failing to deploy" && exit 1; fi docker-build-push: working_directory: /dockerapp