From 62438f990293b26b9f4c1f3b718abfadf711bee9 Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Tue, 16 Jan 2018 22:58:42 +0100 Subject: [PATCH] Added mandatory pipeline step --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index efd2ad0..e9cf2f5 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,12 @@ Note: /root/.ansible must not be an overlayfs, otherwise ssh accelerate won't wo ## run tests with drone.io - build: - image: chmuul/ansible:${OS} - commands: - - ansible-playbook -i tests/inventory tests/main.yml --syntax-check - - ansible-playbook -i tests/inventory tests/main.yml + pipeline: + build: + image: chmuul/ansible:${OS} + commands: + - ansible-playbook -i tests/inventory tests/main.yml --syntax-check + - ansible-playbook -i tests/inventory tests/main.yml matrix: OS: