From 3cd81ad97f9b5ef1e8ebff9fc19a5afca4dd8352 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Thu, 29 Feb 2024 03:04:35 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2505370..42ee965 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,14 +10,6 @@ steps: - name: lint_docker_compose image: python:3.8-slim-bullseye commands: - - "pip3 install yamllint" - - "yamllint --version" - - 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" ./*.yml' - - - name: python3.8 - image: python:3.8-slim-bullseye - commands: - - "python3 --version" - "pip3 install yamllint" - "yamllint --version" - 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" .' @@ -44,7 +36,7 @@ steps: commands: - "pip3 install yamllint" - "yamllint --version" - - 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" ./arr/*.yml' + - 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" arrs/*.yml' when: condition: - change_match: @@ -56,7 +48,7 @@ steps: commands: - "pip3 install yamllint" - "yamllint --version" - - 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" ./downloaders/*.yml' + - 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" downloaders/*.yml' when: condition: - change_match: