Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
parent
ce9478aed8
commit
b861fac4ad
@ -19,6 +19,7 @@
|
|||||||
name: 'Hello bash!',
|
name: 'Hello bash!',
|
||||||
image: 'bash:latest',
|
image: 'bash:latest',
|
||||||
commands: [
|
commands: [
|
||||||
|
'sleep 10',
|
||||||
'echo Hello from DigitalOcean VM',
|
'echo Hello from DigitalOcean VM',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@ -26,6 +27,8 @@
|
|||||||
name: 'Hello Rust!',
|
name: 'Hello Rust!',
|
||||||
image: 'img.kie.rs/jjkiers/rust-dind-cross:1.62-slim',
|
image: 'img.kie.rs/jjkiers/rust-dind-cross:1.62-slim',
|
||||||
commands: [
|
commands: [
|
||||||
|
'cargo check',
|
||||||
|
'cargo build',
|
||||||
'cargo run',
|
'cargo run',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user