From c5fbc75bcf3db94e150c393aacf071b0b071ddd4 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 23 Oct 2021 16:49:28 +0200 Subject: [PATCH] debug --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 57a296c..7d9c537 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,8 @@ steps: - name: build image: thegeeklab/rpmbuild:7 commands: + - pwd + - ls -la - source .drone.env - wget -q https://github.com/OpenPrinting/cups/releases/download/v$CUPS_VERSION/cups-v$CUPS_VERSION-source.tar.gz - rpmbuild -ta --without libusb1 cups-${CUPS_VERSION##v}-source.tar.gz @@ -92,6 +94,6 @@ depends_on: --- kind: signature -hmac: ee191812b250c27c0ae8bcf96ad7e2d2c9d62f93f4786cd2a9d97b437d6575cc +hmac: 4b4df798048280d05cded5afe47b708f110f9ef272da4f2f22041e31a79c43f0 ...