Add wait
continuous-integration/drone/push Build is failing Details

Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
Jacob Kiers 2022-08-11 23:14:43 +02:00
parent 1fd5524a83
commit 99b685ea0a
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ local buildForArch(arch) = {
}],
commands: [
'echo Hello World from Jsonnet on ' + arch + '!',
'while ! docker image ls; do sleep 1; done',
'cross check --target ' + arch,
'cross build --release --target' + arch,
'ls -lah target' + arch + '/release',