Community maintained cdist types.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
stages: |
|
- test |
|
- doc |
|
|
|
image: code.ungleich.ch:5050/ungleich-public/cdist/cdist-ci:latest |
|
|
|
shellcheck: |
|
stage: test |
|
script: |
|
- make lint |
|
|
|
manpages: |
|
stage: test |
|
script: |
|
- make check-manpages |
|
|
|
docs: |
|
stage: doc |
|
script: |
|
- make docs
|
|
|