diff --git a/.woodpecker.yml b/.woodpecker.yml index 6deebde..1b41d17 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -48,7 +48,8 @@ steps: - install -m 0700 -d /tmp/gpg /tmp/cleangpg - export GNUPGHOME=/tmp/gpg - test/genkey.sh alice@example.org - - export FINGERPRINT="$(gpg --with-colons --fingerprint alice@example.org | grep -A1 ^pub | grep ^fpr | cut -d: -f10)" + - >- + export FINGERPRINT="$(gpg --with-colons --fingerprint alice@example.org | grep -A1 ^pub | grep ^fpr | cut -d: -f10)" - /usr/lib/gnupg/gpg-wks-client --supported alice@example.org - /usr/lib/gnupg/gpg-wks-client --check webkey@example.org - PUBREQ="$(/usr/lib/gnupg/gpg-wks-client --create "$${FINGERPRINT}" alice@example.org)"