You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cdist/.gitlab-ci.yml

24 lines
403 B
YAML

---
image: code.ungleich.ch:5050/ungleich-public/cdist/cdist-ci:latest
4 years ago
stages:
- test
before_script:
- ./bin/cdist-build-helper version
shellcheck:
4 years ago
stage: test
script:
- ./bin/cdist-build-helper shellcheck
4 years ago
pycodestyle:
stage: test
script:
- ./bin/cdist-build-helper pycodestyle
4 years ago
unit_tests:
4 years ago
stage: test
script:
- ./bin/cdist-build-helper test