From c5554da8412276e105633e66fd67afff916e04f3 Mon Sep 17 00:00:00 2001 From: Christian Ardiente Eda Date: Tue, 27 Oct 2020 16:32:21 +0100 Subject: [PATCH 1/2] #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: From c3cb5c464e0b1205ecf2d1b0d09c04b7e16fbead Mon Sep 17 00:00:00 2001 From: Christian Ardiente Eda Date: Tue, 27 Oct 2020 16:36:33 +0100 Subject: [PATCH 2/2] Update changelog.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 644400d..2fdc4e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch ### Changed - *[#27](https://github.com/idealista/cookiecutter-ansible-role/issues/27) Increase to 90 days the minimum days to declare a PR/Issue as `staled`* @dortegau +### Removed +- *[#29](https://github.com/idealista/cookiecutter-ansible-role/issues/29) Removing redudant script in .travis.yml* @xtianae7 ## [2.1.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.1.0) (2020-10-19) ## [Full Changelog](https://github.com/idealista/cookiecutter-ansible-role/compare/2.0.0...2.1.0)