From bf85d91c9d9a436670389bc9d971d0e99fad3b1c Mon Sep 17 00:00:00 2001 From: Neel-Leo Coffin Date: Tue, 1 Dec 2020 16:14:27 +0100 Subject: [PATCH] change tabulation --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1595df1..50e98a8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,7 +54,7 @@ jobs: at: /tmp - run: name: Deploy app - command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main + command: echo todo && false back-test-unit: docker: - image: circleci/node:dubnium-browsers @@ -104,7 +104,7 @@ jobs: command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main - run: name: Smoke Test - command: + command: | HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://safe-caverns-65754.herokuapp.com/` if [ "$HTTPCODE" -ne 200 ];then echo "heroku app not responding, failing deploy"