1
0
Fork 0

Enable CI
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Daniele Tricoli 2021-09-11 04:37:59 +02:00
parent db28fd09bc
commit 2c0de1bd51
1 changed files with 12 additions and 0 deletions

12
.drone.yml Normal file
View File

@ -0,0 +1,12 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: test
image: debian:11
commands:
- apt update && apt install -y ansible podman
- python3 -m pip install "molecule[lint,podman]"
- molecule test