From 43558199512dcfd8156a1226023bff784955d580 Mon Sep 17 00:00:00 2001 From: MTLantoine Date: Tue, 1 Dec 2020 16:52:46 +0100 Subject: [PATCH] try --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0fc5a2f..8386f32 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: