add quit flag to source download
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b525cdaa1c
commit
6f03484126
@ -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
|
||||
|
||||
...
|
||||
|
Reference in New Issue
Block a user