Merge "Add a tool to build collections with pbr"

This commit is contained in:
Zuul
2020-02-29 14:50:44 +00:00
committed by Gerrit Code Review
6 changed files with 57 additions and 1 deletions

View File

@@ -98,6 +98,7 @@ then
fi
# install collections
tox -ebuild
ansible-galaxy collection build --force . --output-path ./build_artifact
ansible-galaxy collection install $(ls build_artifact/openstack-cloud-*) --force
pushd ci/