Skip to content
Snippets Groups Projects
Verified Commit 2d0ccd06 authored by Levente Polyak's avatar Levente Polyak :rocket:
Browse files

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.
parent 6495c0db
No related branches found
No related tags found
No related merge requests found
......@@ -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/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment