gitlab: invoke ci target for advanced checks on new keys

This invokes the dedicated ci keyringctl command that is responsible
to check with sq-keyring-linter and hokey when completely unknown
new keys are added to the keyring.
This commit is contained in:
Levente Polyak 2022-01-12 23:48:29 +01:00
parent 6495c0db92
commit 2d0ccd069c
No known key found for this signature in database
GPG Key ID: FC1B547C8D8172C8

View File

@ -56,12 +56,13 @@ keyring_check:
stage: test
needs: []
before_script:
- pacman -Syu --needed --noconfirm make python sequoia-sq
- pacman -Syu --needed --noconfirm make python sequoia-sq git
script:
- ./keyringctl check
- ./keyringctl ci
only:
changes:
- keyring
- keyring/**/*
- keyringctl
- libkeyringctl/*
- tests/*