Merge branch 'valkum/complement' into 'master'
Sync paths with CI pipeline due to dockerignore See merge request famedly/conduit!24next
commit
eaeba35f3c
|
@ -9,7 +9,7 @@ ARG SCCACHE_ENDPOINT
|
|||
ARG SCCACHE_S3_USE_SSL
|
||||
|
||||
COPY . .
|
||||
RUN test -e target/release/conduit || cargo build --release --offline
|
||||
RUN test -e cached_target/release/conduit || cargo build --release
|
||||
|
||||
FROM valkum/docker-rust-ci:latest
|
||||
WORKDIR /workdir
|
||||
|
|
Loading…
Reference in New Issue