From c5554da8412276e105633e66fd67afff916e04f3 Mon Sep 17 00:00:00 2001 From: Christian Ardiente Eda Date: Tue, 27 Oct 2020 16:32:21 +0100 Subject: [PATCH] #29 removing redundant script --- {{cookiecutter.app_name}}_role/{% raw %}.travis.yml{% endraw %} | 1 - 1 file changed, 1 deletion(-) diff --git a/{{cookiecutter.app_name}}_role/{% raw %}.travis.yml{% endraw %} b/{{cookiecutter.app_name}}_role/{% raw %}.travis.yml{% endraw %} index 1d4aa00..3330fa5 100644 --- a/{{cookiecutter.app_name}}_role/{% raw %}.travis.yml{% endraw %} +++ b/{{cookiecutter.app_name}}_role/{% raw %}.travis.yml{% endraw %} @@ -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: