Step names must be unique...
continuous-integration/drone/push Build encountered an error Details

Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
Jacob Kiers 2022-12-03 10:59:34 +01:00
parent c3170e6137
commit 7ddf6213cf
1 changed files with 2 additions and 2 deletions

View File

@ -51,14 +51,14 @@ local add_build_steps() = [
steps:
[
{
name: 'Hello World!',
name: 'Hello bash!',
image: 'bash:latest',
commands: [
'Hello from Pipeline VM',
],
},
{
name: 'Hello World!',
name: 'Hello Rust!',
image: 'img.kie.rs/jjkiers/rust-dind-cross:1.62-slim',
commands: [
'cargo run',