tmobile / jazz

Platform to develop and manage serverless applications at an enterprise scale!
https://www.youtube.com/watch?v=KZxvqTZiUQI
Apache License 2.0
298 stars 108 forks source link

hotfix: fix delete issue in delete build pack #1299

Closed SauarvD closed 3 years ago

SauarvD commented 3 years ago

Requirements

Description of the Change

In environment deletion stage, workflow uses vaultUtilityModule() without initializing it. Added a check around the module before using it.

Benefits

Delete workflow is working as expected.