feat(drone): init config
This commit is contained in:
parent
d2385008db
commit
2dd3a72837
14
.drone.yml
Normal file
14
.drone.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
kind: pipeline
|
||||
name: testing
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: lint
|
||||
pull: always
|
||||
image: ansible/ansible:ubuntu1404
|
||||
commands:
|
||||
- make lint
|
Loading…
Reference in New Issue
Block a user