Added CI test

This commit is contained in:
Accendit
2020-05-07 15:27:40 +02:00
parent 0d92bb6237
commit 42ad725fe8

12
.drone.yml Normal file
View File

@ -0,0 +1,12 @@
kind: pipeline
type: docker
name: provision devices
steps:
- name: build
image: python:alpine
commands:
- pip install pipenv
- python3 -m pipenv install
- python3 -m pipenv shell
- ansible-playook playbook.yaml -i inventory.yaml