Skip to content

Inconsistent (redundant?) bundle builds #2503

@tamirkamara

Description

@tamirkamara

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:

  1. Run the following script: porter build && for i in {1..9}; do porter explain -oyaml > $i.yaml; done
  2. 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

  1. All explain in the script above should use the initial built bundle
  2. 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!

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions