Fixed builds.
/ docker_build (push) Successful in 1m19s
/ helm_deploy (push) Successful in 24s
Testing zangramru / lint (ruff) (push) Successful in 20s
Testing zangramru / lint (mypy) (push) Successful in 4m16s
Testing zangramru / lint (ruff-format) (push) Successful in 18s
Testing zangramru / pytest (push) Failing after 3m12s
/ docker_build (push) Successful in 1m19s
/ helm_deploy (push) Successful in 24s
Testing zangramru / lint (ruff) (push) Successful in 20s
Testing zangramru / lint (mypy) (push) Successful in 4m16s
Testing zangramru / lint (ruff-format) (push) Successful in 18s
Testing zangramru / pytest (push) Failing after 3m12s
Signed-off-by: Pavel Kirilin <s3riussan@gmail.com>
This commit is contained in:
-10
@@ -31,13 +31,3 @@ RUN --mount=from=uv,source=/usr/local/bin/uv,target=/bin/uv \
|
||||
uv sync --locked --no-dev
|
||||
|
||||
CMD ["/usr/local/bin/python", "-m", "zangramru"]
|
||||
|
||||
# -----------------------------------
|
||||
# STAGE 3: development build
|
||||
# Includes dev dependencies
|
||||
# -----------------------------------
|
||||
FROM prod AS dev
|
||||
|
||||
RUN --mount=from=uv,source=/usr/local/bin/uv,target=/bin/uv \
|
||||
--mount=type=cache,target=/root/.cache/uv \
|
||||
uv sync --locked --all-groups
|
||||
|
||||
Reference in New Issue
Block a user