#29 removing redundant script

This commit is contained in:
Christian Ardiente Eda 2020-10-27 16:32:21 +01:00
parent 6ab92110f4
commit c5554da841

View File

@ -13,7 +13,6 @@ env:
{% if cookiecutter.debian_stretch_support == 'True' %}- MOLECULE_DISTRO=debian:stretch-slim{% endif %}
{% if cookiecutter.debian_buster_support == 'True' %}- MOLECULE_DISTRO=debian:buster-slim{% endif %}
script:
- export MOLECULE_DISTRO=${MOLECULE_DISTRO}
- pipenv run molecule test
notifications: