Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
parent
b861fac4ad
commit
5cf83e43b3
@ -15,14 +15,14 @@
|
||||
},
|
||||
steps:
|
||||
[
|
||||
{
|
||||
name: 'Hello bash!',
|
||||
image: 'bash:latest',
|
||||
commands: [
|
||||
'sleep 10',
|
||||
'echo Hello from DigitalOcean VM',
|
||||
],
|
||||
},
|
||||
// {
|
||||
// name: 'Hello bash!',
|
||||
// image: 'bash:latest',
|
||||
// commands: [
|
||||
// 'sleep 10',
|
||||
// 'echo Hello from DigitalOcean VM',
|
||||
// ],
|
||||
// },
|
||||
{
|
||||
name: 'Hello Rust!',
|
||||
image: 'img.kie.rs/jjkiers/rust-dind-cross:1.62-slim',
|
||||
|
Loading…
Reference in New Issue
Block a user