StackStorm / packer-st2

Packer templates for building & deploying Vagrant & OVA with StackStorm installed
https://app.vagrantup.com/stackstorm/boxes/st2
Apache License 2.0
14 stars 7 forks source link

Packer: Break out linting #66

Open mamercad opened 1 year ago

mamercad commented 1 year ago
          Naturally it's always nicer to have the linting checks as a dedicated jobs in the CI pipeline like it was before (`inspec-lint`, `packer-lint` running in parallel as a dependency to the main "packer-build" task). Provides some better visuals and less monolytics.

But because there was already a lot of work, not a requirement. Just nice to have, if you'll have a few more cycles to spend on it.

_Originally posted by @armab in https://github.com/StackStorm/packer-st2/pull/64#discussion_r1086606322_