diff --git a/.octopus/ubuntu.22.04/variables.ocl b/.octopus/ubuntu.22.04/variables.ocl index 8814bc2..94e899d 100644 --- a/.octopus/ubuntu.22.04/variables.ocl +++ b/.octopus/ubuntu.22.04/variables.ocl @@ -38,18 +38,6 @@ variable "Docker.Registry.Target.Username" { } } -variable "Promoter.DynamicWorker.ProjectId" { - value "Projects-7242" {} -} - -variable "Promoter.OsSuffix" { - value "ubuntu.22.04" {} -} - -variable "Promoter.TeamCity.ProjectName" { - value "CloudPlatform_DynamicWorkers_DynamicWorkerVmImages_Ubuntu2204" {} -} - variable "WorkerTools.Tags.FullyQualified" { value "#{Octopus.Release.Number}-ubuntu.22.04" {} } diff --git a/.octopus/ubuntu.24.04/variables.ocl b/.octopus/ubuntu.24.04/variables.ocl index 5cdcecc..02f60da 100644 --- a/.octopus/ubuntu.24.04/variables.ocl +++ b/.octopus/ubuntu.24.04/variables.ocl @@ -29,9 +29,6 @@ variable "WorkerTools.Tags.FullyQualified" { value "#{Octopus.Release.Number}-ubuntu.24.04" {} } -variable "Promoter.OsSuffix" { - value "ubuntu.24.04" {} -} variable "Docker.Registry.Target.Username" { value "#{DockerHubDockerRegistry.Username}" { @@ -71,4 +68,4 @@ variable "WorkerTools.Tags.Prerelease" { value { environment = ["staging"] } -} \ No newline at end of file +} diff --git a/.octopus/windows.ltsc2022/variables.ocl b/.octopus/windows.ltsc2022/variables.ocl index f7e7b36..9db4f16 100644 --- a/.octopus/windows.ltsc2022/variables.ocl +++ b/.octopus/windows.ltsc2022/variables.ocl @@ -38,18 +38,6 @@ variable "Docker.Registry.Target.Username" { } } -variable "Promoter.DynamicWorker.ProjectId" { - value "Projects-7941" {} -} - -variable "Promoter.OsSuffix" { - value "windows.ltsc2022" {} -} - -variable "Promoter.TeamCity.ProjectName" { - value "CloudPlatform_DynamicWorkers_DynamicWorkerVmImages_WindowsServer2022" {} -} - variable "WorkerTools.Tags.FullyQualified" { value "#{Octopus.Release.Number}-windows.ltsc2022" {} } @@ -80,4 +68,4 @@ variable "WorkerTools.Version.Major" { variable "WorkerTools.Version.MajorMinor" { value "#{Octopus.Release.Number | VersionMajor}.#{Octopus.Release.Number | VersionMinor}" {} -} \ No newline at end of file +} diff --git a/.octopus/windows.ltsc2025/variables.ocl b/.octopus/windows.ltsc2025/variables.ocl index 19cd308..8a48ddd 100644 --- a/.octopus/windows.ltsc2025/variables.ocl +++ b/.octopus/windows.ltsc2025/variables.ocl @@ -38,17 +38,6 @@ variable "Docker.Registry.Target.Username" { } } -variable "Promoter.DynamicWorker.ProjectId" { - value "Projects-7941" {} -} - -variable "Promoter.OsSuffix" { - value "windows.ltsc2025" {} -} - -variable "Promoter.TeamCity.ProjectName" { - value "CloudPlatform_DynamicWorkers_DynamicWorkerVmImages_WindowsServer2025" {} -} variable "WorkerTools.Tags.FullyQualified" { value "#{Octopus.Release.Number}-windows.ltsc2025" {}