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

This commit is contained in:
cătălin 2022-08-10 20:01:57 +02:00
commit 31fbab0731
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
2 changed files with 22 additions and 6 deletions

View file

@ -24,5 +24,9 @@ ENV TZ Europe/Madrid
COPY poetry.lock /app
COPY pyproject.toml /app
WORKDIR /app
RUN poetry config virtualenvs.create false \
&& poetry install --only base
&& poetry install --without linters
FROM base AS linters
RUN poetry install --only linters