commit | 8f469a882634646d838b4a190a123d5944e3ddb8 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Mon Mar 14 18:17:42 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Mon Mar 14 18:40:06 2022 -0400 |
tree | a1cd072cf4a66b9f4759dcc0329c71d7dcabad67 | |
parent | 9e0c5c5b5d3b0a5dbbc96acf1e70bf4701ec1bb9 [diff] [blame] |
Added Zuul artifacts for builds Change-Id: I586ffaed81e516f8f1806044f9191533404a5b3c
diff --git a/tox.ini b/tox.ini index 1f4cb11..8d42a68 100644 --- a/tox.ini +++ b/tox.ini
@@ -23,6 +23,15 @@ TERM STACK_NAME +[testenv:build] +deps = + ansible-core + pbr + pyyaml +commands = + python3 {toxinidir}/tools/generate-galaxy-yml.py + ansible-galaxy collection build --force + [testenv:molecule] deps = ansible