Skip to content

Commit b5d8dff

Browse files
committed
Update makefile
1 parent f72a682 commit b5d8dff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ install:
1616
go get -t -v ./...
1717

1818
test:
19-
go test ./... -v
19+
go test ./...
2020

2121
deploy:
2222
# go get -v github.com/inconshreveable/mousetrap
23+
- ./goreleaser -v
2324
- ./goreleaser
2425
# - curl -sL https://git.io/goreleaser | rvm 2.4.1 do bash -s -- --release-notes=RELEASE.md
2526
# - 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

Comments
 (0)