Skip to content
Snippets Groups Projects
Commit a61b1cef authored by Valkum's avatar Valkum
Browse files

Fix binary name typo

parent a1e29637
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment