feat: set proper path
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-07-24 10:48:04 +02:00
parent 809c93f529
commit 8aa72cc61d
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -46,8 +46,8 @@ steps:
- cd ci || exit 1
- cargo build --target=x86_64-unknown-linux-musl
- cd - || exit 1
- sha1sum ci/target/debug/ci
- ci/target/debug/ci
- sha1sum ci/target/x86_64-unknown-linux-musl/debug/ci
- ci/target/x86_64-unknown-linux-musl/debug/ci
services:
- name: docker
image: docker:dind