added drone file
continuous-integration/drone Build is failing Details

This commit is contained in:
Jens Timmerman 2021-08-31 11:59:42 +02:00
parent e73c8b6c32
commit 7619e3d828
1 changed files with 12 additions and 0 deletions

12
.drone.yml Normal file
View File

@ -0,0 +1,12 @@
---
kind: pipeline
type: exec
name: default
steps:
- name: install dependencies
commands:
- dnf install -y python3 findutils
- pip3 install -U ansible-lint
- name: lint check
commands:
- ansible-lint