Skip to content

Commit e0e634f

Browse files
committed
Merge #1019: ci: Fix verify commits ci
40722b7 ci: Fix verify commits ci (Ava Chow) Pull request description: Fixes #987 (comment) https://cirrus-ci.com/task/4947246632927232 is a sample run on a slightly modified version so that it would work on this pr branch. ACKs for top commit: laanwj: ACK 40722b7 Tree-SHA512: 549de6068c56a3811a077fd70affd879b76fd89ca1c5575f6f0c6c004fd55c803860b8fc3683bf72a8d2d08d4bd29266a663d646452e573f73cb20e82b27ff53
2 parents 847d30c + 40722b7 commit e0e634f

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)