mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-18 22:30:49 +01: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
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ ARG SCCACHE_ENDPOINT
|
|||
ARG SCCACHE_S3_USE_SSL
|
||||
|
||||
COPY . .
|
||||
RUN cargo build
|
||||
RUN test -e target/release/cond_test || cargo build --release --offline
|
||||
|
||||
FROM valkum/docker-rust-ci:latest
|
||||
WORKDIR /workdir
|
||||
|
|
Loading…
Reference in a new issue