Skip to content

Commit

Permalink
Octopus Schema Migration to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
APErebus authored and Octopus Deploy committed Dec 19, 2023
1 parent c3588c5 commit 4559d72
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .octopus/deployment_process.ocl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ step "push-octopus-dotnet-cli-to-nuget-style-feed" {

# nuget push
. $nugetExe push "$($OctopusParameters["Octopus.Action.Package[Octopus.DotNet.Cli].PackageFilePath"])" -source $FeedUrl -apikey $FeedApiKey
EOT
EOT
Octopus.Action.Script.ScriptSource = "Inline"
Octopus.Action.Script.Syntax = "PowerShell"
}
Expand Down Expand Up @@ -89,7 +89,7 @@ step "push-octopustools-to-nuget-style-feed" {
}
}
exit 1
EOT
EOT
Octopus.Action.Script.ScriptSource = "Inline"
Octopus.Action.Script.Syntax = "PowerShell"
}
Expand Down Expand Up @@ -143,7 +143,7 @@ step "push-octopustools-to-chocolatey" {
}
}
exit 1
EOT
EOT
Octopus.Action.Script.ScriptSource = "Inline"
Octopus.Action.Script.Syntax = "PowerShell"
}
Expand Down Expand Up @@ -212,7 +212,7 @@ step "push-changes-to-homebrew-repo" {
&& git push --repo $repoUrl --set-upstream origin $branchName \
)

EOT
EOT
Octopus.Action.Script.ScriptSource = "Inline"
Octopus.Action.Script.Syntax = "Bash"
OctopusUseBundledTooling = "False"
Expand Down Expand Up @@ -289,7 +289,7 @@ step "publish-to-apt-repo" {
--env AWS_SECRET_ACCESS_KEY="$(get_octopusvariable "LinuxPackagePublisherAwsAccount.SecretKey")" \
octopusdeploy/publish-linux bash -c 'cd /working && bash publish-apt.sh' 2>&1 || exit

EOT
EOT
Octopus.Action.Script.ScriptSource = "Inline"
Octopus.Action.Script.Syntax = "Bash"
}
Expand Down Expand Up @@ -327,7 +327,7 @@ step "publish-to-rpm-repo" {
--env AWS_SECRET_ACCESS_KEY="$(get_octopusvariable "LinuxPackagePublisherAwsAccount.SecretKey")" \
octopusdeploy/publish-linux bash -c 'cd /working && bash publish-rpm.sh' 2>&1 || exit

EOT
EOT
Octopus.Action.Script.ScriptSource = "Inline"
Octopus.Action.Script.Syntax = "Bash"
}
Expand Down Expand Up @@ -438,7 +438,7 @@ step "push-docker-images-to-prod" {

Run

EOT
EOT
Octopus.Action.Script.ScriptSource = "Inline"
Octopus.Action.Script.Syntax = "PowerShell"
}
Expand Down Expand Up @@ -509,7 +509,7 @@ step "create-release-in-slipway" {
ReleaseToWeb "OctopusCli" $version $releaseNotes


EOT
EOT
Octopus.Action.Script.ScriptSource = "Inline"
Octopus.Action.Script.Syntax = "PowerShell"
}
Expand Down
2 changes: 1 addition & 1 deletion .octopus/deployment_settings.ocl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ deployment_changes_template = <<-EOT
#{each release in Octopus.Deployment.Changes}
#{release.ReleaseNotes}
#{/each}
EOT
EOT

connectivity_policy {
}
Expand Down
2 changes: 1 addition & 1 deletion .octopus/schema_version.ocl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 5
version = 6

0 comments on commit 4559d72

Please sign in to comment.