From 6f034841261f6d7983a0377ac7c94750bae8e4b0 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 12 Jun 2020 13:30:30 +0200 Subject: [PATCH] add quit flag to source download --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e7a351d..11e5baf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ...