parent
b8adac4c8b
commit
2ff6181178
@ -2,7 +2,7 @@ pipeline:
|
|||||||
ansible-latest:
|
ansible-latest:
|
||||||
image: python:2.7-slim
|
image: python:2.7-slim
|
||||||
pull: True
|
pull: True
|
||||||
command:
|
commands:
|
||||||
- pip install ansible ansible-later -q
|
- pip install ansible ansible-later -q
|
||||||
- git ls-files *[^LICENSE,.md] | xargs ansible-later
|
- git ls-files *[^LICENSE,.md] | xargs ansible-later
|
||||||
group: test
|
group: test
|
||||||
@ -10,7 +10,7 @@ pipeline:
|
|||||||
ansible-master:
|
ansible-master:
|
||||||
image: python:2.7-slim
|
image: python:2.7-slim
|
||||||
pull: True
|
pull: True
|
||||||
command:
|
commands:
|
||||||
- pip install ansible ansible-later -q
|
- pip install ansible ansible-later -q
|
||||||
- git ls-files *[^LICENSE,.md] | xargs ansible-later
|
- git ls-files *[^LICENSE,.md] | xargs ansible-later
|
||||||
group: test
|
group: test
|
||||||
|
Loading…
Reference in New Issue
Block a user