refactor: modernize drone config #1

Merged
xoxys merged 22 commits from refactor into master 2021-10-24 14:44:01 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 85d65e3b0d - Show all commits

View File

@ -12,7 +12,7 @@ steps:
commands:
- pwd
- ls -la
- source .drone.env
- source /drone/src/.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
@ -94,6 +94,6 @@ depends_on:
---
kind: signature
hmac: 4b4df798048280d05cded5afe47b708f110f9ef272da4f2f22041e31a79c43f0
hmac: 6a222591b75dd1b22d278467cb82fcac5fbba807607ce61f3335a160a0644515
...