mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-17 10:48:18 -07:00
Merge branch 'valkum/complement' into 'master'
Sync paths with CI pipeline due to dockerignore See merge request famedly/conduit!24
This commit is contained in:
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
Block a user