mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-27 03:32:47 +00:00
Merge branch 'valkum/complement' into 'master'
Allow the complement test image to use build artifacts See merge request famedly/conduit!17
This commit is contained in:
commit
87a0019f3a
@ -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 New Issue
Block a user