2021-10-07 12:03:27 +02:00
|
|
|
---
|
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# Doc: https://docs.gitlab.com/ce/ci/yaml/#include
|
|
|
|
|
|
|
|
include:
|
|
|
|
- project: 'froggit/ci/gci-tpl'
|
|
|
|
ref: 0.0.1
|
|
|
|
file:
|
|
|
|
- '/templates/stages.yml'
|
|
|
|
- '/templates/job/ansible/lint.yml'
|
2021-10-12 10:10:35 +02:00
|
|
|
|
|
|
|
# No playbook in this repo
|
|
|
|
ansible-syntax-check:
|
|
|
|
rules:
|
|
|
|
- when: never
|