fix: ci
This commit is contained in:
parent
6736c3fa2e
commit
df55e7da4c
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ steps:
|
|||
- /usr/lib/gnupg/gpg-wks-client --check alice@example.org
|
||||
- export GNUPGHOME=/tmp/gpg
|
||||
- gpg --auto-key-locate=clear,wkd,nodefault --locate-keys alice@example.org
|
||||
- kill %2
|
||||
- kill %1
|
||||
- kill %2 || true
|
||||
- kill %1 || true
|
||||
|
||||
coverage:
|
||||
image: python:3.11-bookworm
|
||||
|
|
Loading…
Reference in a new issue