From 3d76da7240acb80cfe5c14e69d3a1624f25d0d8b Mon Sep 17 00:00:00 2001 From: spencergibb Date: Thu, 9 Jul 2020 15:13:26 -0400 Subject: [PATCH] temporarily omit restoring cache --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 49c12dcb..5546bcfb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,8 +12,8 @@ jobs: - gh-pages # list of branches to ignore steps: - checkout - - restore_cache: - key: sc-gateway-{{ .Branch }} +# - restore_cache: +# key: sc-gateway-{{ .Branch }} - run: name: "Download dependencies" command: |