Skip to content

Commit

Permalink
chore: Temporary disable cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Feb 8, 2024
1 parent 14ff872 commit 60bb509
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 60bb509

Please sign in to comment.