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
Currently, the juju-bundle implementation in the upload-bundle action changes directories to the specified path and looks for a bundle.yaml file as seen in here:
This unnecessarily enforces bundle names which creates unnecessary rigidity to how bundle repos have to be structured. Not only do the bundles have to be named bundle.yaml, but they also will have to be in separate directories. This makes little sense when a path to a specific bundle can be given straight to juju-bundle using --bundle.
The text was updated successfully, but these errors were encountered:
Enhancement Proposal
Currently, the
juju-bundle
implementation in theupload-bundle
action changes directories to the specified path and looks for abundle.yaml
file as seen in here:This unnecessarily enforces bundle names which creates unnecessary rigidity to how bundle repos have to be structured. Not only do the bundles have to be named
bundle.yaml
, but they also will have to be in separate directories. This makes little sense when a path to a specific bundle can be given straight tojuju-bundle
using--bundle
.The text was updated successfully, but these errors were encountered: