Use same image for all steps
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
parent
df44867b9d
commit
54dcea5593
@ -41,14 +41,14 @@ local check_steps() = [
|
||||
steps:
|
||||
[{
|
||||
name: 'wait-for-docker',
|
||||
image: 'rust:1.62',
|
||||
image: 'img.kie.rs/jjkiers/rust-dind-cross:1.62-slim',
|
||||
commands: ['while ! docker image ls; do sleep 1; done'],
|
||||
}]
|
||||
+ check_steps() +
|
||||
[
|
||||
{
|
||||
name: 'build',
|
||||
image: 'rust:1.62',
|
||||
image: 'img.kie.rs/jjkiers/rust-dind-cross:1.62-slim',
|
||||
commands: [
|
||||
'ls -lah target/',
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user