From 608d80463e9bc133082bc513f3d8481f030807c8 Mon Sep 17 00:00:00 2001 From: guidezSeb Date: Sat, 16 Jan 2021 17:16:45 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20smoke=20check=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a903a5d..d38bf15 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -69,10 +69,7 @@ jobs: command: HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://$HEROKU_APP_NAME.herokuapp.com/api/articles` - run: name: Smoke check - command: if [ "$HTTPCODE" -ne 200 ];then - echo "heroku app not responding, failing to deploy" - exit 1 - fi + command: if [ "$HTTPCODE" -ne 200 ];then echo "heroku app not responding, failing to deploy" exit 1 fi docker-build-push: working_directory: /dockerapp docker: