Skip to content

Commit

Permalink
chore: Enable cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Feb 8, 2024
1 parent 60bb509 commit 3beb0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s-deployer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const main = async () => {
logger.info("--------------------- Cleaning up --------------------- ")
logger.info("")
for (let deployments of artefacts) {
//await SuiteHandler.undeployAll(config, file, deployments)
await SuiteHandler.undeployAll(config, file, deployments)
}

logger.info("DONE")
Expand Down

0 comments on commit 3beb0ff

Please sign in to comment.