Skip to content

Commit 7423f0e

Browse files
authored
[Identity] Fix live tests post provisioning (#40316)
$CI isn't set in the post deploy script anymore, but we don't really need to check it. Signed-off-by: Paul Van Eck <[email protected]>
1 parent c7c0b3a commit 7423f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/identity/test-resources-post.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ param (
1616

1717
$ProvisionLiveResources = $AdditionalParameters['ProvisionLiveResources']
1818
Write-Host "ProvisionLiveResources: $ProvisionLiveResources"
19-
if ($CI -and !$ProvisionLiveResources) {
19+
if (!$ProvisionLiveResources) {
2020
Write-Host "Skipping test resource post-provisioning."
2121
return
2222
}

0 commit comments

Comments
 (0)