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/