Skip to content

Commit

Permalink
use 'dep' on werkcer build
Browse files Browse the repository at this point in the history
  • Loading branch information
klauern committed Sep 23, 2017
1 parent fedd332 commit 6ebfe8e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ build:

# Gets the dependencies
- script:
name: go get
name: go get -u github.com/golang/dep/cmd/dep
code: |
go get -t ./...
go get -u github.com/golang/dep/cmd/dep
dep ensure
# Build the project
- script:
Expand Down

0 comments on commit 6ebfe8e

Please sign in to comment.