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