Skip to content

Commit

Permalink
dep ensure must be run from within a known GOPATH/src. Missed that wh…
Browse files Browse the repository at this point in the history
…en moving from circle to goreleaser before hook (helm#20)

Signed-off-by: Scott Rigby <scott@r6by.com>
  • Loading branch information
scottrigby authored Feb 14, 2019
1 parent d71efbd commit 985518a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
before:
hooks:
- go get -u github.com/golang/dep/cmd/dep
# `dep ensure` must be run from within a known GOPATH/src.
- cd $(go env GOPATH)/src/github.com/helm/chart-releaser
- dep ensure
builds:
- env:
Expand Down

0 comments on commit 985518a

Please sign in to comment.