setup ci
This commit is contained in:
@ -1,18 +1,23 @@
|
||||
---
|
||||
dependency:
|
||||
name: galaxy
|
||||
|
||||
driver:
|
||||
name: hetznercloud
|
||||
|
||||
platforms:
|
||||
- name: "autonomic.netdata-${INSTANCE_UUID}"
|
||||
server_type: "cx11"
|
||||
image: "debian-10"
|
||||
|
||||
provisioner:
|
||||
name: ansible
|
||||
|
||||
lint: |
|
||||
set -e
|
||||
yamllint -c ../../.yamllint.yml .
|
||||
ansible-lint -c ../../.ansible-lint.yml .
|
||||
yamllint -c .yamllint.yml .
|
||||
ansible-lint --exclude .drone.yml -c .ansible-lint.yml .
|
||||
|
||||
scenario:
|
||||
test_sequence:
|
||||
- lint
|
||||
|
||||
Reference in New Issue
Block a user