mirror of
https://github.com/Oxalide/vsphere-influxdb-go.git
synced 2023-10-10 13:36:51 +02:00
update to use nfpm instead of fpm for packaging
This commit is contained in:
parent
9094700d21
commit
e0c31fa803
@ -17,6 +17,6 @@ before_script:
|
|||||||
script:
|
script:
|
||||||
- git status
|
- git status
|
||||||
after_success:
|
after_success:
|
||||||
- gem install --no-ri --no-rdoc fpm
|
# - gem install --no-ri --no-rdoc fpm
|
||||||
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
|
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ archive:
|
|||||||
files:
|
files:
|
||||||
- LICENSE.txt
|
- LICENSE.txt
|
||||||
- README.md
|
- README.md
|
||||||
fpm:
|
nfpm:
|
||||||
# Your app's vendor.
|
# Your app's vendor.
|
||||||
# Default is empty.
|
# Default is empty.
|
||||||
vendor: Oxalide
|
vendor: Oxalide
|
||||||
|
Loading…
Reference in New Issue
Block a user