Update .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
d3514688ce
commit
766bf00052
|
|
@ -5,7 +5,7 @@ steps:
|
|||
secrets: [ signing_key ]
|
||||
commands:
|
||||
- echo "$SIGNING_KEY" | gpg --import
|
||||
- gpg --list-keys --fingerprint --with-colons | sed -E -n -e 's/^fpr:::::::::([0-9A-F]+):$/\1:6:/p' | gpg --import-ownertrust
|
||||
- printf "5\ny\n" | sudo gpg --keyring=/etc/systemd/import-pubring.gpg --command-fd 0 --edit-key no-reply@ci.balsys.eu.org trust
|
||||
- mkosi build
|
||||
- mv *.SHA256SUMS SHA256SUMS
|
||||
- mv *.SHA256SUMS.gpg SHA256SUMS.gpg
|
||||
|
|
|
|||
Loading…
Reference in New Issue