Skip to content

Commit

Permalink
Replace circleci-docker-primary with circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
ralren committed Sep 11, 2020
1 parent 2880e39 commit dde29ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: 2.1

references:
circleci-docker-primary: &circleci-docker-primary trussworks/circleci-docker-primary:27ce46fbf2088bd960cf75610908a7990514f84b
circleci: &circleci trussworks/circleci:29ab89fdada1f85c5d8fb685a2c71660f0c5f60c

jobs:
validate:
docker:
- image: *circleci-docker-primary
- image: *circleci
steps:
- checkout
- restore_cache:
Expand All @@ -21,7 +21,7 @@ jobs:
- ~/.cache/pre-commit
release:
docker:
- image: *circleci-docker-primary
- image: *circleci
steps:
- checkout
- setup_remote_docker
Expand Down

0 comments on commit dde29ac

Please sign in to comment.