juju-solutions / layer-cwr

Layer for building the Juju Jenkins CI env
Other
2 stars 5 forks source link

Adding ability to handle resources in release_charm() #104

Closed mbruzek closed 7 years ago

mbruzek commented 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.

ktsakalozos commented 7 years ago

LGTM +1. We should now revise the jenkins jobs+scripts to propagate the resources list down to the release charm. Thank you.