mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 11:44:02 +00:00
Update steps
This commit is contained in:
parent
bb440b23b6
commit
50252490e6
1 changed files with 2 additions and 0 deletions
|
|
@ -3,8 +3,10 @@ step "hello-world-using-bash" {
|
|||
|
||||
action {
|
||||
action_type = "Octopus.Script"
|
||||
environments = ["staging"]
|
||||
is_required = true
|
||||
properties = {
|
||||
Octopus.Action.EnabledFeatures = "Octopus.Features.SubstituteInFiles"
|
||||
Octopus.Action.RunOnServer = "true"
|
||||
Octopus.Action.Script.ScriptBody = <<-EOT
|
||||
echo 'Hello world, using Bash'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue