From 1e860fa07824b741929b726d10248faa507fcc28 Mon Sep 17 00:00:00 2001 From: BigLeaguez Date: Tue, 5 Oct 2021 15:33:28 +1000 Subject: [PATCH] Update deployment_process.ocl --- .octopus/deployment_process.ocl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.octopus/deployment_process.ocl b/.octopus/deployment_process.ocl index d33f37d..e3fb095 100644 --- a/.octopus/deployment_process.ocl +++ b/.octopus/deployment_process.ocl @@ -7,10 +7,10 @@ step "Run a Script" { action_type = "Octopus.Script" properties = { Octopus.Action.RunOnServer = "false" - Octopus.Action.Script.ScriptBody = "write-host \"sweet changed from Octo\"" + Octopus.Action.Script.ScriptBody = "write-host \"sweet changed from GH into a new branch\"" Octopus.Action.Script.ScriptSource = "Inline" Octopus.Action.Script.Syntax = "PowerShell" } worker_pool_variable = "" } -} \ No newline at end of file +}