From 2ff6181178abe5fdc05c423abe466969024d54e2 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 9 Jan 2019 19:59:37 +0100 Subject: [PATCH] fix typo --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b39e47d..2aced2b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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