From a55f3fd1cab14ee4c6c1ceccfb7110ff9d2eff4e Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 26 Mar 2020 15:22:14 -0500 Subject: [PATCH] Ignore more things for the final artifact We don't need tox or ci scripts in the collection, only in git. Change-Id: Ie96dab9b7d9adac878e8c2e753a08f7ed794fc10 --- galaxy.yml.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/galaxy.yml.in b/galaxy.yml.in index 416691ee..9daae8c9 100644 --- a/galaxy.yml.in +++ b/galaxy.yml.in @@ -14,6 +14,12 @@ documentation: https://docs.openstack.org/ansible-collections-openstack homepage: https://opendev.org issues: https://review.opendev.org/q/project:openstack/ansible-collections-openstack build_ignore: - - build_artifact/ - "*.tar.gz" + - build_artifact/ + - ci/ + - galaxy.yml.in + - setup.cfg + - test-requirements.txt + - tests/ + - tox.ini - zuul.yaml