Add '.drone.yml'
continuous-integration/drone/push Build is failing Details

This commit is contained in:
jens 2021-08-31 17:56:05 +00:00
parent b1bae7ddd1
commit 2dbb28b68a
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