Skip to content
Snippets Groups Projects
Verified Commit a1d90470 authored by Poncho's avatar Poncho
Browse files

README.md: use pkgcheck scan --exit

parent a38962b4
No related branches found
No related tags found
No related merge requests found
Pipeline #192165 passed
......@@ -15,5 +15,5 @@ pkgcheck:
stage: pkgcheck
script:
- pkgcheck --version
- pkgcheck scan
- pkgcheck scan --exit
```
image: $CI_REGISTRY/poncho/gentoo-qa-image:latest
stages:
- repoman
- pkgcheck
variables:
GIT_DEPTH: 1
repoman:
stage: repoman
script:
- repoman --version
- repoman full -xiIdv
pkgcheck:
stage: pkgcheck
script:
- pkgcheck --version
- pkgcheck scan
- pkgcheck scan --exit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment