Skip to content

Commit

Permalink
Merge pull request #37 from trussworks/am-update-circleci
Browse files Browse the repository at this point in the history
changing circleci_docker_image to circleci
  • Loading branch information
mdrummerboy09 authored Sep 3, 2020
2 parents c2fc039 + 8b80a88 commit 89eaa9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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:822fac1c30f3bb7d5d595bed5d2dc86265c4f2f0
circleci: &circleci trussworks/circleci:6986bb9022e5a83599feb66a7128a2d0fa12732a

jobs:
validate:
docker:
- image: *circleci_docker_primary
- image: *circleci
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit 89eaa9d

Please sign in to comment.