Skip to content

Commit

Permalink
Install deps in release step
Browse files Browse the repository at this point in the history
  • Loading branch information
stein committed Jun 19, 2018
1 parent 4d7b31e commit 67cc7a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:

steps:
- checkout
- run: curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- run: dep ensure
- run: make
- run: curl -sL https://git.io/goreleaser | bash

workflows:
Expand Down

0 comments on commit 67cc7a5

Please sign in to comment.