pilot-framework / gcp-cdn-waypoint-plugin

This is a Deploy/Release Waypoint Plugin that provisions the necessary resources to deploy static files on GCP Cloud Storage and Cloud CDN.
MIT License
0 stars 0 forks source link

release destroy phase is not working #4

Closed grottohub closed 3 years ago

grottohub commented 3 years ago

this probably ties into the larger transport is closing error since i believe the issue may be releases aren't getting registered with waypoint. it doesn't even execute any of the terminal commands, which makes me think the DestroyFunc isn't getting invoked at all

grottohub commented 3 years ago

this was related to the Release type both not having a function Url() and not being coerced into type component.Release. not only does destroy phase work now, deployments also don't error out with transport is closing