Re-generate pacman keys before testing the repro image in CI

This commit is contained in:
Robin Candau 2026-03-28 15:19:17 +01:00
parent 2c15b530fe
commit 2f44c1aeba
No known key found for this signature in database
GPG Key ID: FDC3040B92ACA748

View File

@ -213,6 +213,8 @@ test:repro:
extends: .test
image: $CI_REGISTRY_IMAGE:repro-$CI_COMMIT_REF_SLUG
script:
- pacman-key --init
- pacman-key --populate archlinux
- *test-script
pre-release: