This commit is contained in:
parent
84725a2e3e
commit
ef7786065d
1 changed files with 1 additions and 3 deletions
|
|
@ -32,15 +32,13 @@ steps:
|
|||
- name: install dependencies
|
||||
image: git.roboces.dev/catalin/poetry:beta
|
||||
commands:
|
||||
- ls -alR .venv
|
||||
- poetry config virtualenvs.in-project 1
|
||||
- poetry install --with linters
|
||||
|
||||
- name: lint
|
||||
image: git.roboces.dev/catalin/poetry:beta
|
||||
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
|
||||
image: meltwater/drone-cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue