Merge pull request #1720 from akv-platform/al-cheb/ea-powershell-windows

[Windows] Fail Windows image building on error in generation scripts
This commit is contained in:
Maxim Lobanov
2020-10-06 10:50:47 +03:00
committed by GitHub
35 changed files with 5 additions and 81 deletions

View File

@@ -3,8 +3,6 @@
## Desc: Install Git for Windows
################################################################################
Import-Module -Name ImageHelpers
function getSimpleValue([string] $url, [string] $filename ) {
$fullpath = "${env:Temp}\$filename"
Invoke-WebRequest -Uri $url -OutFile $fullpath