From 6e2c5eb52a1f98b0d82733e12f0cefbc28641574 Mon Sep 17 00:00:00 2001 From: Dominik Prokop Date: Thu, 11 Jul 2019 13:44:50 +0200 Subject: [PATCH] Remove cache tmp --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 23fc65e4495..64a9905fa4e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -628,8 +628,6 @@ jobs: - image: circleci/node:10 steps: - checkout - - restore_cache: - key: dependency-cache-{{ checksum "yarn.lock" }} - run: name: yarn install command: 'yarn install --pure-lockfile --no-progress'