mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-26 19:22:29 +00:00
Fix binary name typo
This commit is contained in:
parent
a1e296374f
commit
a61b1cef5b
@ -9,7 +9,7 @@ ARG SCCACHE_ENDPOINT
|
||||
ARG SCCACHE_S3_USE_SSL
|
||||
|
||||
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
|
||||
WORKDIR /workdir
|
||||
|
Loading…
Reference in New Issue
Block a user