Skip to content

Commit

Permalink
fixing linter
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeady committed Mar 4, 2020
1 parent 698e0a7 commit ea3d1e0
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
Expand Up @@ -21,7 +21,7 @@ jobs:
- ~/.cache/pre-commit
release:
docker:
- image: *circleci_docker_primary
- image: *circleci_docker_primary
steps:
- checkout
- run: curl -sL https://git.io/goreleaser | bash
Expand All @@ -32,7 +32,7 @@ workflows:
jobs:
- validate
- release:
requires:
requires:
- validate
filters:
branches:
Expand Down

0 comments on commit ea3d1e0

Please sign in to comment.