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