From 572b1227fb9bd336c70c537280acdcac191860bf Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 26 Feb 2019 15:59:53 +0100 Subject: [PATCH] test --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3bda94d..b544ff0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,6 +25,6 @@ steps: image: centos:7 pull: always commands: - - yum install -y --no-cache python-pip + - yum install -y python-pip - pip install ansible molecule -qq - molecule --debug test