ci: debug
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
cătălin 2022-08-12 18:52:11 +02:00
commit 84725a2e3e
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2

View file

@ -32,14 +32,14 @@ steps:
- name: install dependencies
image: git.roboces.dev/catalin/poetry:beta
commands:
- ls -al
- ls -alR .venv
- poetry config virtualenvs.in-project 1
- poetry install --with linters
- name: lint
image: git.roboces.dev/catalin/poetry:beta
commands:
- ls -al
- ls -alR .venv
- venv/bin/pre-commit run --all-files --color always
- name: rebuild cache