We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05284e7 commit d80e259Copy full SHA for d80e259
.circleci/config.yml
@@ -7,11 +7,11 @@ commands:
7
type: string
8
steps:
9
- checkout
10
- - restore_cache:
11
- keys:
12
- - v1-dependencies-{{ checksum "get_deps.sh" }}
13
- # fallback to using the latest cache if no exact match is found
14
- # - v1-dependencies-
+# - restore_cache:
+# keys:
+# - v1-dependencies-{{ checksum "get_deps.sh" }}
+# # fallback to using the latest cache if no exact match is found
+# # - v1-dependencies-
15
- run:
16
name: Install dependencies
17
command: |
0 commit comments