diff --git a/.drone.yml b/.drone.yml index 6cf77c3..bba565e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ steps: - name: Generate the template image: python:3.8-buster commands: - - pip intall cookiecutter==1.7.2 + - pip install cookiecutter - | cookiecutter --no-input . \ molecule_directory=molecule \