Skip to content

Commit

Permalink
#79 update testing versions
Browse files Browse the repository at this point in the history
  • Loading branch information
blalop committed Aug 20, 2021
1 parent 92e30ec commit ed6eb9f
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion test.sh
Expand Up @@ -3,7 +3,22 @@
set -e

# Generate role
printf "cookiecutter==1.7.2\nJinja2==2.11.2" > requirements.txt && pipenv install -r requirements.txt && pipenv run cookiecutter . --no-input app_name="github_cli" exec_name="gh" author="John Doe" min_ansible_version="2.2" ansible_version="2.8.6" molecule_version="3.0.1" python_docker_version="4.1.0" ansible_lint_version="4.2.0" has_service="False" has_files="False" has_handlers="False" has_templates="False" documentation_URL="https://cli.github.com/manual/" && rm Pipfile* requirements.txt
printf "cookiecutter==1.7.2\nJinja2==2.11.2" > requirements.txt && pipenv install -r requirements.txt && pipenv run cookiecutter . --no-input \
app_name="github_cli" \
exec_name="gh" \
author="John Doe" \
min_ansible_version="2.2" \
ansible_version="4.4.0" \
molecule_version="3.4.0" \
python_docker_version="5.0.0" \
molecule_docker_version="0.2.4" \
ansible_lint_version="5.1.2" \
has_service="False" \
has_files="False" \
has_handlers="False" \
has_templates="False" \
documentation_URL="https://cli.github.com/manual/" && rm Pipfile* requirements.txt

(
# Adjust the role to test
cd github_cli_role
Expand Down

0 comments on commit ed6eb9f

Please sign in to comment.