temporarily omit restoring cache

This commit is contained in:
spencergibb
2020-07-09 15:13:26 -04:00
parent d75f7cdbb8
commit 3d76da7240

View File

@@ -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: |