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 63fb0db commit 98c1871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- 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 98c1871

Please sign in to comment.