mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-12-28 13:33:47 +03:00
Allow the complement test image to use build artifacts
This commit is contained in:
parent
9424ba0559
commit
a1e296374f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue