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