mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
Allow the complement test image to use build artifacts
This commit is contained in:
@@ -9,7 +9,7 @@ ARG SCCACHE_ENDPOINT
|
|||||||
ARG SCCACHE_S3_USE_SSL
|
ARG SCCACHE_S3_USE_SSL
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN cargo build
|
RUN test -e target/release/cond_test || cargo build --release --offline
|
||||||
|
|
||||||
FROM valkum/docker-rust-ci:latest
|
FROM valkum/docker-rust-ci:latest
|
||||||
WORKDIR /workdir
|
WORKDIR /workdir
|
||||||
|
|||||||
Reference in New Issue
Block a user