Step names must be unique...
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
parent
c3170e6137
commit
7ddf6213cf
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user