Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #243 from Financial-Times/version-agnostic-circle-…
Browse files Browse the repository at this point in the history
…ci-container-config-references

Version-agnostic CircleCI container config references
  • Loading branch information
andygout authored Oct 28, 2020
2 parents 67e89e1 + 548b11d commit 0c6fe24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

references:

container_config_node12: &container_config_node12
container_config_node: &container_config_node
working_directory: ~/project/build
docker:
- image: circleci/node:12-browsers
Expand Down Expand Up @@ -61,7 +61,7 @@ version: 2
jobs:

build:
<<: *container_config_node12
<<: *container_config_node
steps:
- checkout
- run:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- build

test:
<<: *container_config_node12
<<: *container_config_node
steps:
- *attach_workspace
- run:
Expand All @@ -107,7 +107,7 @@ jobs:
destination: test-results

publish:
<<: *container_config_node12
<<: *container_config_node
steps:
- *attach_workspace
- run:
Expand Down

0 comments on commit 0c6fe24

Please sign in to comment.