From 0788029de0b96e6ed667835a1d811e88bfad2fcd Mon Sep 17 00:00:00 2001 From: MTLantoine Date: Tue, 1 Dec 2020 16:01:00 +0100 Subject: [PATCH] test --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index eb984c1..db7bbda 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,9 @@ jobs: - checkout - restore_cache: 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: docker: - image: circleci/node:dubnium-browsers