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

This commit is contained in:
cătălin 2022-08-12 18:56:23 +02:00
commit ef7786065d
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2

View file

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