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 ...