We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72a682 commit b5d8dffCopy full SHA for b5d8dff
Makefile
@@ -16,10 +16,11 @@ install:
16
go get -t -v ./...
17
18
test:
19
- go test ./... -v
+ go test ./...
20
21
deploy:
22
# go get -v github.com/inconshreveable/mousetrap
23
+ - ./goreleaser -v
24
- ./goreleaser
25
# - curl -sL https://git.io/goreleaser | rvm 2.4.1 do bash -s -- --release-notes=RELEASE.md
26
# - curl -X PUT -T devopdays-cli_${VERSION}_linux-i386.deb -umattstratton:${BTKEY} 'https://api.bintray.com/content/devopsdays/deb/devopsdays-cli/${VERSION}/pool/main/d/devopsdays/devopdays-cli_${VERSION}_linux-386.deb;deb_distribution=devopsdays;deb_component=main;deb_architecture=i386;publish=1'
0 commit comments