This commit is contained in:
parent
ba0070e1ac
commit
c013284979
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ steps:
|
||||||
- install -m 0700 -d /tmp/gpg /tmp/cleangpg
|
- install -m 0700 -d /tmp/gpg /tmp/cleangpg
|
||||||
- export GNUPGHOME=/tmp/gpg
|
- export GNUPGHOME=/tmp/gpg
|
||||||
- test/genkey.sh alice@example.org
|
- 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 --supported alice@example.org
|
||||||
- /usr/lib/gnupg/gpg-wks-client --check webkey@example.org
|
- /usr/lib/gnupg/gpg-wks-client --check webkey@example.org
|
||||||
- PUBREQ="$(/usr/lib/gnupg/gpg-wks-client --create "$${FINGERPRINT}" alice@example.org)"
|
- PUBREQ="$(/usr/lib/gnupg/gpg-wks-client --create "$${FINGERPRINT}" alice@example.org)"
|
||||||
|
|
Loading…
Reference in a new issue