[macOS] Implement new directories hierarchy (#8741)
This commit is contained in:
@@ -23,7 +23,7 @@ function Validate-Scripts {
|
||||
}
|
||||
|
||||
$PathUbuntu = "./images/ubuntu/scripts"
|
||||
$PathMacOS = "./images/macos/provision"
|
||||
$PathMacOS = "./images/macos"
|
||||
$PatternUbuntu = "#!/bin/bash -e"
|
||||
$PatternMacOS = "#!/bin/bash -e -o pipefail"
|
||||
$ScriptsWithBrokenShebang = @()
|
||||
|
||||
Reference in New Issue
Block a user