Remove one step
continuous-integration/drone/push Build is failing Details

Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
Jacob Kiers 2022-12-14 17:18:28 +01:00
parent b861fac4ad
commit 5cf83e43b3
1 changed files with 8 additions and 8 deletions

View File

@ -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',