Skip to content

Commit

Permalink
Merge branch 'master' into windows-lts-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
dduportal committed Jul 10, 2023
2 parents 17cb34a + b3dbb0d commit bee551c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/agent.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $global:WINDOWSFLAVOR = $items[1]
$global:WINDOWSVERSION = $items[2]

# TODO: make this name unique for concurency
$global:CONTAINERNAME = 'pester-jenkins-inbound-agent-{0}' -f $global:AGENT_IMAGE
$global:CONTAINERNAME = 'pester-jenkins-agent-{0}' -f $global:AGENT_IMAGE

$global:CONTAINERSHELL="powershell.exe"
if($global:WINDOWSFLAVOR -eq 'nanoserver') {
Expand Down

0 comments on commit bee551c

Please sign in to comment.