disabke thing that bracks the pipeline
Unit Tests with docker compose and cargo / unit-test (push) Successful in 1m30s Details
Build image / build (push) Failing after 1m24s Details

This commit is contained in:
Alie 2024-02-22 17:59:48 +01:00
parent f540c514d8
commit 8535624805
1 changed files with 0 additions and 2 deletions

View File

@ -23,8 +23,6 @@ WORKDIR /app
RUN --mount=type=bind,source=src,target=src \
--mount=type=bind,source=Cargo.toml,target=Cargo.toml \
--mount=type=bind,source=Cargo.lock,target=Cargo.lock \
--mount=type=cache,target=/app/target/ \
--mount=type=cache,target=/usr/local/cargo/registry/ \
<<EOF
set -e
cargo build --locked --release