Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
chore: get goreleaser in the old fashioned way
Browse files Browse the repository at this point in the history
  • Loading branch information
rollulus committed May 9, 2018
1 parent b0738a1 commit 6dc5d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
- docker

go:
- '1.8.x'
- '1.10'

go_import_path: github.com/eneco/landscaper

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ publish_docker: docker
docker push eneco/landscaper:$(GIT_TAG)

publish_github:
curl -sL http://git.io/goreleaser | bash
go get github.com/goreleaser/goreleaser
./scripts/goreleaser.yaml.sh "$(LD_RELEASE_FLAGS)" >/tmp/gorel.yaml
goreleaser --config /tmp/gorel.yaml

0 comments on commit 6dc5d9e

Please sign in to comment.