Skip to content

Commit

Permalink
Skip qemu validation
Browse files Browse the repository at this point in the history
  • Loading branch information
qmfrederik committed Nov 7, 2019
1 parent 07553de commit 240152f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $files = @(Get-ChildItem *.json)

foreach ($file in $files) {
Write-Host "`n`nValidate $file"
packer.exe validate $file
packer.exe validate -except=qemu $file
if (-not $?)
{
throw "Packer validate found errors in $file!"
Expand Down

0 comments on commit 240152f

Please sign in to comment.