molecule-template/.drone.yml

16 lines
368 B
YAML
Raw Normal View History

2020-04-27 11:35:08 +00:00
---
kind: pipeline
name: cookiecutter
steps:
- name: Generate the template
image: python:3.8-buster
commands:
2020-04-27 11:37:27 +00:00
- pip install cookiecutter
2020-04-27 11:35:08 +00:00
- |
cookiecutter --no-input . \
molecule_directory=molecule \
role_name=autonomic.mycoolrole \
scenario_name=default \
server_type=cx11 \
server_image=debian-10