Closed mbruzek closed 7 years ago
I noticed the release_charm function did not have the ability to push charms that have resources. This is required for some of the charms we use so I expanded the logic to include optional resources.
release_charm
LGTM +1. We should now revise the jenkins jobs+scripts to propagate the resources list down to the release charm. Thank you.
I noticed the
release_charm
function did not have the ability to push charms that have resources. This is required for some of the charms we use so I expanded the logic to include optional resources.