From 42ad725fe8afbf104401aac89b2f6545eaf261fc Mon Sep 17 00:00:00 2001 From: Accendit <36697826+Accendit@users.noreply.github.com> Date: Thu, 7 May 2020 15:27:40 +0200 Subject: [PATCH] Added CI test --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..03fe54f --- /dev/null +++ b/.drone.yml @@ -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 \ No newline at end of file