mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-06 12:16:12 +02:00
remove echo
This commit is contained in:
parent
663f63bc34
commit
69220afc50
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ RUN mkdir /out
|
|||
RUN --mount=type=cache,target=/usr/local/cargo/registry \
|
||||
--mount=type=cache,target=/usr/local/cargo/git/db \
|
||||
--mount=type=cache,target=/app/target \
|
||||
. /etc/environment && echo $RUSTFLAGS && \
|
||||
. /etc/environment && \
|
||||
cargo build --locked --release && \
|
||||
cp ./target/release/conduwuit /out/app
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue