Skip to content

Commit 40722b7

Browse files
committed
ci: Fix verify commits ci
1 parent 847d30c commit 40722b7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.cirrus.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,13 @@ task:
4343
only_if: $CIRRUS_BRANCH == 'master'
4444
container:
4545
image: debian:latest
46+
install_script:
47+
- apt update
48+
- >
49+
apt install -y
50+
git
51+
gnupg
4652
verify_script:
53+
- mapfile -t KEYS < contrib/verify-commits/trusted-keys
54+
- gpg --keyserver hkps://keys.openpgp.org --recv-keys "${KEYS[@]}"
4755
- ./contrib/verify-commits/verify-commits.sh

0 commit comments

Comments
 (0)