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:
|
||||
- git status
|
||||
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
|
||||
|
||||
|
@ -19,7 +19,7 @@ archive:
|
||||
files:
|
||||
- LICENSE.txt
|
||||
- README.md
|
||||
fpm:
|
||||
nfpm:
|
||||
# Your app's vendor.
|
||||
# Default is empty.
|
||||
vendor: Oxalide
|
||||
|
Loading…
Reference in New Issue
Block a user