mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-14 09:37:18 +08:00
ci: remove duplicate anchor keys in circleci cfg
When updating to Pipelines (https://circleci.com/docs/2.0/build-processing/), duplicate keys cause builds to fail.
This commit is contained in:
parent
3afdab21a0
commit
37debd7105
@ -15,8 +15,8 @@
|
||||
# See https://circleci.com/docs/2.0/caching/#restoring-cache for how prefixes work in CircleCI.
|
||||
var_1: &default_docker_image circleci/node:10.12
|
||||
var_2: &browsers_docker_image circleci/node:10.12-browsers
|
||||
var_2: &browsers_docker_image_node_12 circleci/node:12.1-browsers
|
||||
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" }}
|
||||
|
||||
# Settings common to each job
|
||||
anchor_1: &defaults
|
||||
|
Loading…
x
Reference in New Issue
Block a user