We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6c4b5 commit e510d66Copy full SHA for e510d66
.octopus/test-project/deployment_process.ocl
@@ -4,7 +4,7 @@ step "run-a-script" {
4
action {
5
action_type = "Octopus.Script"
6
properties = {
7
- Octopus.Action.Script.ScriptBody = "echo \"Hello World!\""
+ Octopus.Action.Script.ScriptBody = "echo \"Hello World!!\""
8
Octopus.Action.Script.ScriptSource = "Inline"
9
Octopus.Action.Script.Syntax = "Bash"
10
}
0 commit comments