Ignore package uploads in build-package

This commit is contained in:
Tyler 2017-09-13 23:59:12 -04:00
parent bb991a538d
commit 2325074547
1 changed files with 0 additions and 2 deletions

View File

@ -9,5 +9,3 @@ fpm -s dir -t deb -p build/$ARCH/deb-simple_$VERSION.deb \
-a $ARCH build/$ARCH/deb-simple=/usr/bin/deb-simple \
packaging/deb-simple.service=/lib/systemd/system/deb-simple.service \
sample_conf.ini=/etc/deb-simple.conf
curl -X POST "$UPLOAD_URL&arch=$ARCH" -F "file=@build/$ARCH/deb-simple_$VERSION.deb"