-
Notifications
You must be signed in to change notification settings - Fork 223
Closed
Labels
bugOops, sorry!Oops, sorry!
Description
Describe the bug
It looks like porter decides to rebuild a bundle for no consistent reason.
I see this when calling publish right after a build which is rebuilding everything. I also see it with explain...
To Reproduce
Steps to reproduce the behavior:
- Run the following script:
porter build && for i in {1..9}; do porter explain -oyaml > $i.yaml; done - Review the files created and notice that some include the "build prints" which shouldn't be there if every explain command used an existing built bundle.
Expected behavior
- All explain in the script above should use the initial built bundle
- When calling publish right after a build, the bundle isn't rebuilt
Version
Copy the output of porter version below
porter v1.0.4 (e3a2a5e)
Metadata
Metadata
Assignees
Labels
bugOops, sorry!Oops, sorry!