From 0e0da24cb1b3ca73717abdb0f11fde1100d0f984 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Wed, 4 Nov 2020 20:17:37 +0100 Subject: [PATCH] Prepare transition to Gitea, set up Drone CI --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index d9eadcd..55a921d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,6 +13,6 @@ steps: - name: ansible-lint image: python:3.9-alpine commands: - - pip install ansible-lint==4.3.7 - - ansible-lint *.yml + - pip install ansible-lint==4.3.7 + - ansible-lint *.yml ...