MTLantoine 6 years ago
parent
commit
0788029de0
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -24,7 +24,9 @@ jobs:
- checkout - checkout
- restore_cache: - restore_cache:
key: dependencies-{{ checksum "package.json" }}-{{ .Environment.CACHE_VERSION }} key: dependencies-{{ checksum "package.json" }}-{{ .Environment.CACHE_VERSION }}
- command: echo 'export HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://$HEROKU_APP_NAME.herokuapp.com/`'
- run:
name: "Setup custom environment variables"
command: echo 'export HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://$HEROKU_APP_NAME.herokuapp.com/`'
lint: lint:
docker: docker:
- image: circleci/node:dubnium-browsers - image: circleci/node:dubnium-browsers

Loading…
Cancel
Save