Ignore warnings in npm install

pull/15/head 2.0.0
Stefan Scherer 4 years ago
parent 5bcf79c6c6
commit 1132443e74
No known key found for this signature in database
GPG Key ID: 5966AEAC37E957FA

@ -31,7 +31,9 @@ docker push "$($image):$os-$env:ARCH-$env:APPVEYOR_REPO_TAG_NAME"
if ($isWindows) {
# Windows
Write-Host "Rebasing image to produce 2016/1607 variant"
$ErrorActionPreference = 'SilentlyContinue';
npm install -g rebase-docker-image
$ErrorActionPreference = 'Stop';
rebase-docker-image `
"$($image):$os-$env:ARCH-$env:APPVEYOR_REPO_TAG_NAME" `
-s stefanscherer/nanoserver:1809 `

Loading…
Cancel
Save