fix checksume base image
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Robert Kaussow 2021-10-23 17:59:43 +02:00
parent d4515a3e39
commit 9d0d4d714e
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ steps:
- rm -rf /etc/xinetd.d/ && rpmbuild -ta --without libusb1 cups-$${CUPS_VERSION##v}-source.tar.gz
- name: checksum
image: thegee
image: alpine
commands:
- cd /drone/src/dist/RPMS/x86_64/ && sha256sum * > /drone/src/dist/sha256sum.txt
@ -92,6 +92,6 @@ depends_on:
---
kind: signature
hmac: 1ef9f6c7c212d894c1ae7f624c572ca1d4b0c52897a4a204fe466bc07bc70b3a
hmac: 5377f2e1d6b9b7b6b723a5e5b8ac8d776685bfac4c1fa2955864accffbe616f7
...