add quit flag to source download
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2020-06-12 13:30:30 +02:00
parent b525cdaa1c
commit 6f03484126
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -11,7 +11,7 @@ steps:
image: xoxys/rpmbuild
commands:
- "[ -z \"$BUILD_VERSION\" ] && BUILD_VERSION=2.3.3"
- wget https://github.com/apple/cups/releases/download/v$BUILD_VERSION/cups-$BUILD_VERSION-source.tar.gz
- wget -q https://github.com/apple/cups/releases/download/v$BUILD_VERSION/cups-$BUILD_VERSION-source.tar.gz
- rpmbuild -ta --without libusb1 cups-$BUILD_VERSION-source.tar.gz
environment:
BUILD_VERSION: ${DRONE_TAG##v}
@ -100,6 +100,6 @@ depends_on:
---
kind: signature
hmac: c2cba36c72b4f77f3710ba650995921b59ca724545fe8668c8f0f06450fa4c38
hmac: c228f684cbc655d5784a0075cbd3ebbc55e879a9b5c82d744e2f90035a1e19aa
...