Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Bob Tanner
packer-windows
Commits
c33e8afd
Unverified
Commit
c33e8afd
authored
Sep 29, 2017
by
Stefan Scherer
Browse files
Add test.ps1
parent
2f04696d
Changes
1
Hide whitespace changes
Inline
Side-by-side
test.ps1
0 → 100644
View file @
c33e8afd
$Error
ActionPreference
=
'Stop'
$files
=
@(
Get-ChildItem
*.json
)
foreach
(
$file
in
$files
)
{
Write-Host
"
`n`n
Validate
$file
"
packer
validate
$file
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment