Update .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Tomas Balsys 2023-12-12 04:35:32 +02:00
parent 2f9ad0df9c
commit eca2aeccc9
1 changed files with 1 additions and 1 deletions

View File

@ -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 --command-fd 0 --edit-key no-reply@ci.balsys.eu.org trust - printf "5\ny\n" | sudo gpg --expert --command-fd 0 --edit-key no-reply@ci.balsys.eu.org trust
- mkosi build - mkosi build
- mv *.SHA256SUMS SHA256SUMS - mv *.SHA256SUMS SHA256SUMS
- mv *.SHA256SUMS.gpg SHA256SUMS.gpg - mv *.SHA256SUMS.gpg SHA256SUMS.gpg