This commit is contained in:
parent
ec9412f693
commit
3b3fad752c
1 changed files with 2 additions and 0 deletions
|
|
@ -32,12 +32,14 @@ steps:
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
image: git.roboces.dev/catalin/poetry:beta
|
image: git.roboces.dev/catalin/poetry:beta
|
||||||
commands:
|
commands:
|
||||||
|
- ls -al
|
||||||
- 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 -al
|
||||||
- venv/bin/pre-commit run --all-files --color always
|
- venv/bin/pre-commit run --all-files --color always
|
||||||
|
|
||||||
- name: rebuild cache
|
- name: rebuild cache
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue