5 lines
59 B
Ruby
5 lines
59 B
Ruby
build do
|
|
sh "echo", "hi there"
|
|
sh(["echo 1 2"])
|
|
end
|
build do
|
|
sh "echo", "hi there"
|
|
sh(["echo 1 2"])
|
|
end
|