Skip to content

Commit

Permalink
dep ensure before release
Browse files Browse the repository at this point in the history
  • Loading branch information
caalberts committed Jul 28, 2018
1 parent 3929e39 commit e9bdbb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
working_directory: /go/src/github.com/caalberts/localroast
steps:
- checkout
- run: make setup
- run: go get -u github.com/golang/dep/cmd/dep
- run: dep ensure
- run: curl -sL https://git.io/goreleaser | bash

workflows:
Expand Down

0 comments on commit e9bdbb2

Please sign in to comment.