From 412a8346557dd015250900010d107d4bae32b186 Mon Sep 17 00:00:00 2001 From: Quentin Ferrand Date: Thu, 21 Apr 2022 14:44:15 +0200 Subject: [PATCH] . --- .drone.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 30d5eb8..987e3d4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,11 +4,17 @@ type: kubernetes name: python steps: -- name: test - image: python:latest + +- name: build + image: busybox commands: - - pip install -q --upgrade pre-commit - - pre-commit run --all-files + - echo "this is a dummy build step" + +#- name: test +# image: python:latest +# commands: +# - pip install -q --upgrade pre-commit +# - pre-commit run --all-files # - flake8 --ignore=E501,W503,E265 # - mypy --ignore-missing-imports ./tenkan/ # - pylint --disable=E1101,E0401,C0301,W1514,C0114 ./tenkan/