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
f7ebc825
Unverified
Commit
f7ebc825
authored
Dec 09, 2017
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Abort on error
parent
e7df8f5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
fix.sh
fix.sh
+4
-0
No files found.
fix.sh
View file @
f7ebc825
...
...
@@ -3,5 +3,9 @@
for
template
in
$(
ls
-1
*
.json
)
;
do
echo
$template
packer fix
$template
>
/tmp/
$$
.json
if
[
$?
-ne
0
]
;
then
cat
/tmp/
$$
.json
exit
1
fi
mv
/tmp/
$$
.json
$template
done
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