ci: add linter and syntax check from project gci-tpl
This commit is contained in:
parent
669d3ebbfb
commit
02a3a964f3
1 changed files with 10 additions and 0 deletions
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
# -*- 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'
|
Loading…
Reference in a new issue