Skip to content

Commit c06e96a

Browse files
Sentinel Content Deployment Script
1 parent ff5585d commit c06e96a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/azure-sentinel-deploy-b7c98d6c-4bb4-4c94-98fd-2b2fc95222c9.ps1

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -525,11 +525,6 @@ function Deployment($fullDeploymentFlag, $remoteShaTable, $tree) {
525525
$iterationList | ForEach-Object {
526526
$path = $_
527527
Write-Host "[Info] Try to deploy $path"
528-
Write-Host "[Warning] Tying to see if $path starts with 'invalid'."
529-
if ($path -like "*invalid*") {
530-
Write-Host "[Warning] Skipping deployment for $path as it starts with 'invalid'."
531-
return
532-
}
533528
if (-not (Test-Path $path)) {
534529
Write-Host "[Warning] Skipping deployment for $path. The file doesn't exist."
535530
return
@@ -653,4 +648,4 @@ function main() {
653648
Deployment $fullDeploymentFlag $remoteShaTable $tree
654649
}
655650

656-
main
651+
main

0 commit comments

Comments
 (0)