Skip to content

Commit

Permalink
go-releaser-config (flyteorg#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
EngHabu authored Oct 23, 2019
1 parent 51f5fd1 commit 1ba7b72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
before:
hooks:
- GO111MODULE=off dep ensure -vendor-only
- dep ensure -vendor-only
builds:
- env:
- CGO_ENABLED=0
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
deploy:
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
script: curl -sL https://git.io/goreleaser | GO111MODULE=off bash
on:
tags: true
condition: "$TRAVIS_OS_NAME = linux"
Expand Down

0 comments on commit 1ba7b72

Please sign in to comment.