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:
parent
6495c0db92
commit
2d0ccd069c
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user