Added CI test
This commit is contained in:
12
.drone.yml
Normal file
12
.drone.yml
Normal 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
|
||||
Reference in New Issue
Block a user