mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-26 21:43:02 +00:00
Validate that we can upload build collection
Run galaxy-importer on the built artifact and fail if galaxy is going to fail. Remove license_file entry in galaxy.yml Change-Id: I6c2ac22ccb56f52f8efcefc5891b10875ae8c0b5
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -34,10 +34,12 @@ commands =
|
||||
deps =
|
||||
pbr
|
||||
ruamel.yaml
|
||||
galaxy-importer
|
||||
git+https://github.com/ansible/ansible
|
||||
commands =
|
||||
python {toxinidir}/tools/build.py
|
||||
ansible-galaxy collection build --force {toxinidir} --output-path {toxinidir}/build_artifact
|
||||
/bin/bash {toxinidir}/tools/check-import.sh {toxinidir}
|
||||
|
||||
[testenv:linters]
|
||||
passenv = *
|
||||
|
||||
Reference in New Issue
Block a user