From cd733914ce774b69fe34aa3a6779611516ea6d55 Mon Sep 17 00:00:00 2001 From: sipe-daniel Date: Thu, 3 Dec 2020 11:34:40 +0100 Subject: [PATCH] :recycle: refactor --- .circleci/config.yml | 1 - testMaster-III-TP-CD.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a7d674d..9680d2e 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,6 @@ jobs: - restore_cache: keys: - dependencies-{{ checksum "package.json" }}-{{ .Environment.CACHE_VERSION }} - # fallback to using the latest cache if no exact match is found - dependencies- - run: yarn global add node-gyp && yarn install - save_cache: diff --git a/testMaster-III-TP-CD.sh b/testMaster-III-TP-CD.sh index 5b7cdf3..62e735b 100755 --- a/testMaster-III-TP-CD.sh +++ b/testMaster-III-TP-CD.sh @@ -1,5 +1,4 @@ HTTPCODE=$(echo `curl -s -o /dev/null -w "%{http_code}" https://whispering-garden-62583.herokuapp.com/` | tr -d ' ') - #statements if [ "$HTTPCODE" -ne 200 ];then echo "heroku app not responding, failing deploy" exit 1