From 5b8c62b404743803d0aaf7a8fca65f87016d991b Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 9 Feb 2019 14:54:13 +0100 Subject: [PATCH] switch to root before build --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 2a1a18c..69e0065 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ steps: image: rpmbuild/centos7 pull: always commands: + - sudo su - - yum install -y wget gnutls-devel pam-devel dbus-devel avahi-devel systemd-devel - wget https://github.com/apple/cups/releases/download/release-2.2.10/cups-2.2.10-source.tar.bz2 - rpmbuild -ta --without libusb1 cups-2.2.10-source.tar.bz2