parent
e4b9b7844c
commit
44bab95eaf
@ -4,7 +4,8 @@ pipeline:
|
||||
pull: True
|
||||
commands:
|
||||
- pip install ansible ansible-later -q
|
||||
- git ls-files *[^LICENSE,.md] | xargs ansible-later
|
||||
- git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy
|
||||
- git ls-files *[^LICENSE,.md] | xargs ansible-later -c ~/policy/config.ini
|
||||
group: test
|
||||
|
||||
ansible-master:
|
||||
@ -12,5 +13,6 @@ pipeline:
|
||||
pull: True
|
||||
commands:
|
||||
- pip install ansible ansible-later -q
|
||||
- git ls-files *[^LICENSE,.md] | xargs ansible-later
|
||||
- git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy
|
||||
- git ls-files *[^LICENSE,.md] | xargs ansible-later -c ~/policy/config.ini
|
||||
group: test
|
||||
|
Loading…
Reference in New Issue
Block a user