Remove nginx dependency
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tyler 2019-12-29 21:53:52 -05:00
parent 567cac152f
commit 6c7bd4a5f5
2 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,7 @@ steps:
- name: build
path: /build
commands:
- export VERSION="1.2.2"
- export VERSION="1.2.3"
- echo $VERSION > /build/version.txt
- echo "v$VERSION" > /build/release-version.txt
- npm install

View File

@ -4,7 +4,6 @@ fpm -s dir -t deb -p /build/arm-web_$VERSION.deb \
--deb-compression bzip2 \
--description "Automatic Ripping Machine Web Interface" \
-m "cats <admin@meow.tf>" --vendor "Meow.tf" \
--depends nginx \
--url "https://meow.tf" \
packaging/arm.conf=/etc/nginx/conf.d/arm.conf \
/build/dist=/var/lib/arm/web