Skip to content

Commit

Permalink
Update call-enforce-space-standards-runbook.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
harrisonmeister authored Feb 14, 2024
1 parent 20f7276 commit 8776583
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ if ([string]::IsNullOrWhiteSpace($OptionalSpaceId) -eq $false -and $OptionalSpac
$env:OCTOPUS_URL = $AdminInstanceUrl
$env:OCTOPUS_API_KEY = $AdminInstanceApiKey

Write-Verbose "Setting stderr to ignore"
Write-Host "##octopus[stderr-ignore]"
Write-Verbose "Setting stderr to progress"
Write-Host "##octopus[stderr-progress]"
foreach ($space in $spacesList)
{
Write-Host "Queueing a runbook run for $($space.Name) using the space id $($space.Id). The runbook will run on $AdminInstanceUrl for the environment $AdminEnvironmentName in the space $AdminSpaceName"
Expand Down

0 comments on commit 8776583

Please sign in to comment.