Switch to ansible-galaxy instead of mazer, thanks @molekuul!
This commit is contained in:
parent
8583f80093
commit
f1ff09ff3d
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue