Skip to content

Commit

Permalink
try using the goreleaser docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeady committed Mar 10, 2020
1 parent 7a2c4fd commit 2f72693
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
version: 2.1

references:
circleci_docker_primary: &circleci_docker_primary trussworks/circleci-docker-primary:735a60a78114453f050c2ba45400c4aa6c9e06f2

jobs:
validate:
docker:
- image: *circleci_docker_primary
- image: trussworks/circleci-docker-primary:735a60a78114453f050c2ba45400c4aa6c9e06f2
steps:
- checkout
- restore_cache:
Expand All @@ -21,10 +18,12 @@ jobs:
- ~/.cache/pre-commit
release:
docker:
- image: *circleci_docker_primary
- image: goreleaser/goreleaser
steps:
- checkout
- run: curl -sL https://git.io/goreleaser | bash
- run:
name: Run goreleaser
command: goreleaser

workflows:
version: 2.1
Expand Down

0 comments on commit 2f72693

Please sign in to comment.