unbound/.gitlab-ci.yml

24 lines
480 B
YAML

---
# gitLab ci stages
stages:
# deployment
- "gitleaks"
- "linting"
- "testing"
- "deployment"
# include jobs
include:
# deployment
- local: ".gitlab/deployment.yaml"
- local: ".gitlab/gitleaks.yaml"
- local: ".gitlab/testing.yaml"
# linting
- component: "$CI_SERVER_FQDN/components/ansible/linting@v2.0.1"
- component: "$CI_SERVER_FQDN/components/markdownlint/markdownlint@1.0.0"
- component: "$CI_SERVER_FQDN/components/yamllint/yamllint@1.0.2"