1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-10-05 08:18:51 +02:00

Merge branch 'valkum/complement' into 'master'

Complement Testing: Fix binary name typo

See merge request famedly/conduit!20
This commit is contained in:
Timo Kösters 2021-02-05 08:52:25 +00:00
commit 7be2a83195

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/cond_test || cargo build --release --offline RUN test -e target/release/conduit || cargo build --release --offline
FROM valkum/docker-rust-ci:latest FROM valkum/docker-rust-ci:latest
WORKDIR /workdir WORKDIR /workdir