File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ brew:
4040 - git
4141 install :
4242 bin.install "devopsdays-cli"
43- # fpm:
44- # vendor: devopsdays
45- # homepage: https://www.devopsdays.org
46- # maintainer: Matt Stratton <matt.stratton@gmail.com>
47- # description: Command-line utilities for the devopsdays website
48- # license: MIT
49- # formats:
50- # - deb
51- # - rpm
52- # dependencies:
53- # - git
43+ fpm :
44+ vendor : devopsdays
45+ homepage : https://www.devopsdays.org
46+ maintainer : Matt Stratton <matt.stratton@gmail.com>
47+ description : Command-line utilities for the devopsdays website
48+ license : MIT
49+ formats :
50+ - deb
51+ - rpm
52+ dependencies :
53+ - git
Original file line number Diff line number Diff line change 2020
2121deploy :
2222 # 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
23+ - curl -sL https://git.io/goreleaser | rvm 2.4.1 do bash -s -- --release-notes=RELEASE.md
2624 # - 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'
2725 # - 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'
2826 # - 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