Drone: Swap linter base image

This commit is contained in:
Jan 2021-07-31 22:41:30 +02:00 committed by Markus Hauschild
parent 61dcf426f1
commit 9b90a6012d
1 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@ type: docker
steps:
- name: lint
image: alpine:latest
image: cytopia/ansible-lint:latest
commands:
- apk add git ansible ansible-lint
- ansible-lint -x305,403,701