fix typo
the build failed Details

This commit is contained in:
Robert Kaussow 2019-01-09 19:59:37 +01:00
parent b8adac4c8b
commit 2ff6181178
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ pipeline:
ansible-latest:
image: python:2.7-slim
pull: True
command:
commands:
- pip install ansible ansible-later -q
- git ls-files *[^LICENSE,.md] | xargs ansible-later
group: test
@ -10,7 +10,7 @@ pipeline:
ansible-master:
image: python:2.7-slim
pull: True
command:
commands:
- pip install ansible ansible-later -q
- git ls-files *[^LICENSE,.md] | xargs ansible-later
group: test