From ad726f719b14a0af681fa08a2e56161084d083f5 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Wed, 3 Jan 2018 01:15:45 -0500 Subject: [PATCH] no fallback --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index aa8c67d..2912550 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,8 +23,6 @@ jobs: - restore_cache: keys: - v1-dependencies-{{ checksum "yarn.lock" }} - # fallback to using the latest cache if no exact match is found - - v1-dependencies- - run: yarn install