Switch to ansible-galaxy instead of mazer, thanks @molekuul!

This commit is contained in:
Robert de Bock 2020-07-22 20:02:00 +02:00
parent 8583f80093
commit f1ff09ff3d
1 changed files with 2 additions and 3 deletions

View File

@ -2,8 +2,7 @@
language: python
install:
- pip install mazer
- pip install ansible
script:
- release=$(mazer build | tail -n1 | awk '{print $NF}')
- mazer publish --api-key=${galaxy_api_key} ${release}
- ansible-galaxy collection publish $(ansible-galaxy collection build|awk '{print $NF}') --api-key=${galaxy_api_key}