5 lines
72 B
Ruby
5 lines
72 B
Ruby
default do
|
|
sh "foobar42", continue: true
|
|
sh "echo", "continued"
|
|
end
|