From 4c4418b39d3e7da8f80b393590dffe61c6c776db Mon Sep 17 00:00:00 2001 From: Tomas Balsys Date: Tue, 12 Dec 2023 03:59:20 +0200 Subject: [PATCH] Update .woodpecker.yml --- .woodpecker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 678be56..2d20fcd 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,8 +5,9 @@ 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 + - gpg --list-keys --fingerprint --with-colons | sed -E -n -e 's/^fpr:::::::::([0-9A-F]+):$/\1:6:/p' | gpg --import-ownertrust - mkosi build + - ls -l publish: image: woodpeckerci/plugin-gitea-release