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
|
stage: test
|
||||||
needs: []
|
needs: []
|
||||||
before_script:
|
before_script:
|
||||||
- pacman -Syu --needed --noconfirm make python sequoia-sq
|
- pacman -Syu --needed --noconfirm make python sequoia-sq git
|
||||||
script:
|
script:
|
||||||
- ./keyringctl check
|
- ./keyringctl check
|
||||||
|
- ./keyringctl ci
|
||||||
only:
|
only:
|
||||||
changes:
|
changes:
|
||||||
- keyring
|
- keyring/**/*
|
||||||
- keyringctl
|
- keyringctl
|
||||||
- libkeyringctl/*
|
- libkeyringctl/*
|
||||||
- tests/*
|
- tests/*
|
||||||
|
Loading…
Reference in New Issue
Block a user