You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class PackerPostProcessorChain(BasePackerObject):
"""
TODO define what a chain is, see https://www.packer.io/docs/post-processors/artifice.html#configuration
for example
"""
Looking at how post processor chains, it's simply an additional array over the whole process. So instead of inside post_processor.py, how about in template.py, where:
packerlicious version
1.2.4
I noticed in post_processor.py:
Looking at how post processor chains, it's simply an additional array over the whole process. So instead of inside post_processor.py, how about in template.py, where:
It makes it easier to add post-processor chains into the template. I'll post a pull request to this change.
Steps to reproduce
The text was updated successfully, but these errors were encountered: