Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Bob Tanner
packer-windows
Commits
c33e8afd
Unverified
Commit
c33e8afd
authored
Sep 29, 2017
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add test.ps1
parent
2f04696d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
test.ps1
test.ps1
+8
-0
No files found.
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
Markdown
is supported
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