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

gitlab-ci.yml.example: add example, update readme

parent 57ba9380
Branches
No related tags found
No related merge requests found
# gentoo-qa-image # gentoo-qa-image
To check your overlay for QA issues, add the following `.gitlab-ci.yml`:
```yaml
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
```
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment