Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust how
packer validate
is called
Break out the `packer validate` call so we can: - Disable errexit for _just_ the `packer validate` call so every path has an attempt at validation. - Get the output of the `packer validate` call so that if there is a non-zero exit code we can output that along with the path being validated.
- Loading branch information