Sleep
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Jacob Kiers 2022-08-11 20:26:10 +00:00
parent 2fff680a41
commit 33e6397946

View File

@ -13,6 +13,7 @@ steps:
path: /var/run/docker.sock path: /var/run/docker.sock
commands: commands:
- cargo check - cargo check
- while ! docker imaage ls; do sleep 1; done
- cross build --release --target aarch64-unknown-linux-gnu - cross build --release --target aarch64-unknown-linux-gnu
- ls -lahR target/ - ls -lahR target/
environment: environment: