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:
Timo Kösters 2021-03-04 12:32:55 +00:00
commit eaeba35f3c

View file

@ -9,7 +9,7 @@ ARG SCCACHE_ENDPOINT
ARG SCCACHE_S3_USE_SSL ARG SCCACHE_S3_USE_SSL
COPY . . 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 FROM valkum/docker-rust-ci:latest
WORKDIR /workdir WORKDIR /workdir