fix cups release
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Robert Kaussow 2019-02-09 15:47:13 +01:00
parent 4242066488
commit 26459a3dd5

View File

@ -7,10 +7,12 @@ steps:
image: xoxys/rpmbuild-centos7 image: xoxys/rpmbuild-centos7
user: root user: root
pull: always pull: always
environment:
CUPSRELEASE: "2.2.10"
commands: commands:
- yum install -y gnutls-devel pam-devel dbus-devel avahi-devel systemd-devel - yum install -y gnutls-devel pam-devel dbus-devel avahi-devel systemd-devel
- wget https://github.com/apple/cups/releases/download/v2.2.10/cups-2.2.10-source.tar.gz - wget https://github.com/apple/cups/releases/download/v$CUPSRELEASE/cups-$CUPSRELEASE-source.tar.gz
- rpmbuild -ta --without libusb1 cups-2.2.10-source.tar.bz2 - rpmbuild -ta --without libusb1 cups-$CUPSRELEASE-source.tar.gz
when: when:
event: event:
- push - push