Merge branch 'valkum/complement' into 'master'

Sync paths with CI pipeline due to dockerignore

See merge request famedly/conduit!24
next
Timo Kösters 2021-03-04 12:32:55 +00:00
commit eaeba35f3c
1 changed files with 1 additions and 1 deletions

View File

@ -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