diff --git a/.circleci/config.yml b/.circleci/config.yml index 415e14bd79..41c887de10 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,12 +18,12 @@ commands: downstream: steps: - checkout - - restore_cache: - keys: - - v4c-dependencies-{{ arch }}-{{ checksum "yarn.lock" }} - - restore_cache: - keys: - - v4b-<< pipeline.parameters.wireit_cache_name >>-{{ arch }}-{{ checksum "package.json" }}- + # - restore_cache: + # keys: + # - v4c-dependencies-{{ arch }}-{{ checksum "yarn.lock" }} + # - restore_cache: + # keys: + # - v4b-<< pipeline.parameters.wireit_cache_name >>-{{ arch }}-{{ checksum "package.json" }}- - run: name: Installing Dependencies command: yarn --frozen-lockfile --cache-folder ~/.cache/yarn