Switch to ansible-galaxy instead of mazer, thanks @molekuul!
This commit is contained in:
parent
8583f80093
commit
f1ff09ff3d
|
|
@ -2,8 +2,7 @@
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install mazer
|
- pip install ansible
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- release=$(mazer build | tail -n1 | awk '{print $NF}')
|
- ansible-galaxy collection publish $(ansible-galaxy collection build|awk '{print $NF}') --api-key=${galaxy_api_key}
|
||||||
- mazer publish --api-key=${galaxy_api_key} ${release}
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue