test
This commit is contained in:
+1
-2
@@ -176,8 +176,7 @@ variables:
|
||||
$env:TOOLS_MACHINE_PATH = "$env:MACHINES_PATH_R\$env:MANUFACTURER\_DefaultMachineSetup\$env:MACH_NAME";
|
||||
Write-Output $env:TOOLS_MACHINE_PATH;
|
||||
if (!(Test-Path -Path $env:TOOLS_MACHINE_PATH)) {
|
||||
echo "Tools for this machine not found!"
|
||||
echo
|
||||
Write-Output "Tools for this machine not found!"
|
||||
Exit 1}
|
||||
$env:SRC_PATH = "$env:TEMP_PATH\$env:MACH_NAME\$env:MACH_VERS\$env:MACH_NAME";
|
||||
$env:BASE_PATH = "$env:TEMP_PATH\$env:MACH_NAME\$env:MACH_VERS";
|
||||
|
||||
Reference in New Issue
Block a user