Skip to content

Commit

Permalink
Merge pull request #298 from CircleCI-Public/fix/broken-deploy
Browse files Browse the repository at this point in the history
Remove broken config step for deploy job
  • Loading branch information
Zachary Scott authored May 6, 2019
2 parents 19e096a + c6ea5b0 commit f705856
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ jobs:
git tag -a "v0.1.$CIRCLE_BUILD_NUM" -m "Release v0.1.$CIRCLE_BUILD_NUM"
git push origin "v0.1.$CIRCLE_BUILD_NUM"
- gomod
- run: make dev
- run:
name: Release
command: goreleaser
Expand Down

0 comments on commit f705856

Please sign in to comment.