From 596f18f4f1ff6c0ffe65ec2422f4732734a14939 Mon Sep 17 00:00:00 2001 From: Julien Dudek Date: Tue, 1 Dec 2020 16:19:31 +0100 Subject: [PATCH] indent --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 82066ce..740d483 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -125,8 +125,7 @@ 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 + if [ "$HTTPCODE" -ne 200 ]; then echo "heroku app not responding, failing deploy" exit 1 fi