From 4e0a02e4f718884a10813c5ecd6589d6ebd9927f Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 15 Feb 2019 10:02:58 +0100 Subject: [PATCH] debug --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index eac7116..317c815 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: CUPSRELEASE: "2.2.10" commands: # - wget https://github.com/apple/cups/releases/download/v$CUPSRELEASE/cups-$CUPSRELEASE-source.tar.gz - - mkdir ./rpms/x86_64 + - mkdir -p ./rpms/x86_64 # - rpmbuild -ta --define "_rpmdir $(pwd)/rpms" --without libusb1 cups-$CUPSRELEASE-source.tar.gz - touch ./rpms/x86_64/testfile when: