From 42074b31c50842dc66a87578be37d7905a7d2590 Mon Sep 17 00:00:00 2001 From: Solal Nathan Date: Tue, 16 Feb 2021 16:40:27 +0100 Subject: [PATCH] simplify the drone config wiht the newly built image --- .drone.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index ab5b271..680b5c6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,16 +5,7 @@ name: check steps: - name: yamllint - image: python:3.9-alpine + image: aurore-ansible-lint-image commands: - - pip install "yamllint>=1.26.0,<2.0" - - yamllint -c .yamllint.yml . - - - name: ansible-lint - image: python:3.9-alpine - commands: - - apk add --no-cache gcc musl-dev python3-dev libffi-dev openssl-dev cargo - - pip install "ansible-lint==5.0.0" - - pip install "ansible>=2.10,<2.11" - ansible-lint ...