Merge branch '4-ci-add-ansible-lint-and-checks' into 'master'
Resolve "ci: add ansible lint and checks" Closes #4 See merge request lydra/yunohost/ansible-yunohost!1
This commit is contained in:
commit
4d9d81f355
1 changed files with 15 additions and 0 deletions
15
.gitlab-ci.yml
Normal file
15
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
# -*- 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'
|
||||
|
||||
# No playbook in this repo
|
||||
ansible-syntax-check:
|
||||
rules:
|
||||
- when: never
|
Loading…
Reference in a new issue