feat: fix 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:30:38 +02:00
parent 66fc0c9895
commit 111487760b
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -41,7 +41,9 @@ steps:
- chmod -R 600 ~/.ssh
- ssh-add
- echo "$DOCKER_PASSWORD" | docker login --password-stdin --username="$DOCKER_USERNAME" docker.io
- (cd ci; cargo build)
- cd ci || exit 1
- cargo build
- cd - || exit 1
- ./ci/target/debug/ci
services:
- name: docker