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.
2 parents b09f3b4 + 37debd7 commit 596c35bCopy full SHA for 596c35b
.circleci/config.yml
@@ -15,8 +15,8 @@
15
# See https://circleci.com/docs/2.0/caching/#restoring-cache for how prefixes work in CircleCI.
16
var_1: &default_docker_image circleci/node:10.12
17
var_2: &browsers_docker_image circleci/node:10.12-browsers
18
-var_2: &browsers_docker_image_node_12 circleci/node:12.1-browsers
19
-var_3: &cache_key angular_devkit-0.10.0-{{ checksum "yarn.lock" }}
+var_3: &browsers_docker_image_node_12 circleci/node:12.1-browsers
+var_4: &cache_key angular_devkit-0.10.0-{{ checksum "yarn.lock" }}
20
21
# Settings common to each job
22
anchor_1: &defaults
0 commit comments