ansible_drone/.drone.yml

16 lines
209 B
YAML
Raw Normal View History

2019-06-19 16:26:03 +02:00
---
kind: pipeline
name: testing
platform:
os: linux
arch: amd64
steps:
- name: lint
pull: always
image: ansible/ansible:ubuntu1404
commands:
2019-06-19 16:29:37 +02:00
- ansible --version
- ansible-lint tasks/setup.yml