molecule-template/.drone.yml
Luke Murphy e2d6632d21
All checks were successful
continuous-integration/drone/push Build is passing
Fix typo and unpin version
2020-04-27 13:37:27 +02:00

16 lines
368 B
YAML

---
kind: pipeline
name: cookiecutter
steps:
- name: Generate the template
image: python:3.8-buster
commands:
- pip install cookiecutter
- |
cookiecutter --no-input . \
molecule_directory=molecule \
role_name=autonomic.mycoolrole \
scenario_name=default \
server_type=cx11 \
server_image=debian-10