File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4040 - git
4141 install :
4242 bin.install "devopsdays-cli"
43- fpm :
43+ nfpm :
4444 vendor : devopsdays
4545 homepage : https://www.devopsdays.org
4646 maintainer :
Matt Stratton <[email protected] >
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ ci: test # will add lint later
7373
7474deploy :
7575 # go get -v github.com/inconshreveable/mousetrap
76- - curl -sL https://git.io/goreleaser | rvm 2.4.1 do bash -s -- --release-notes=RELEASE_NOTES.md
76+ - curl -sL https://git.io/goreleaser | bash -s -- --release-notes=RELEASE_NOTES.md
7777 # - 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'
7878 # - curl -X PUT -T devopdays-cli_${VERSION}_linux-amd64.deb -umattstratton:${BTKEY} 'https://api.bintray.com/content/devopsdays/deb/devopsdays-cli/${VERSION}/pool/main/d/devopsdays/devopdays-cli_${VERSION}_linux-amd64.deb;deb_distribution=devopsdays;deb_component=main;deb_architecture=amd64;publish=1'
7979 # - curl PUT -T devopdays-cli_$VERSION_linux-i386.rpm -umattstratton:{BTKEY} 'https://api.bintray.com/content/devopsdays/rpm/devopsdays-cli/${VERSION}/devopdays-cli_$VERSION_linux-386.rpm;publish=1'
You can’t perform that action at this time.
0 commit comments