cdist configuration management
Latest manual: https://www.cdi.st/manual/latest/
Home page: https://www.cdi.st
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.
23 lines
403 B
23 lines
403 B
--- |
|
image: code.ungleich.ch:5050/ungleich-public/cdist/cdist-ci:latest |
|
|
|
stages: |
|
- test |
|
|
|
before_script: |
|
- ./bin/cdist-build-helper version |
|
|
|
shellcheck: |
|
stage: test |
|
script: |
|
- ./bin/cdist-build-helper shellcheck |
|
|
|
pycodestyle: |
|
stage: test |
|
script: |
|
- ./bin/cdist-build-helper pycodestyle |
|
|
|
unit_tests: |
|
stage: test |
|
script: |
|
- ./bin/cdist-build-helper test
|
|
|