Merge pull request #6195 from sbarthelemy/patch-2

Hint about using --on-error=ask when debugging
pull/6185/merge
M. Marsh 8 years ago committed by GitHub
commit 2300b55a62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,6 +10,9 @@ sidebar_current: 'docs-other-debugging'
# Debugging Packer Builds
Using `packer build -on-error=ask` allows you to inspect failures and try out
solutions before restarting the build.
For remote builds with cloud providers like Amazon Web Services AMIs, debugging
a Packer build can be eased greatly with `packer build -debug`. This disables
parallelization and enables debug mode.

Loading…
Cancel
Save