Skip to content

Commit

Permalink
Ignore warnings in npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanScherer committed Feb 17, 2020
1 parent 5bcf79c commit 1132443
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 `
Expand Down

0 comments on commit 1132443

Please sign in to comment.