From 5acb29d17f1fcdf1a8d901a630edcb56d5254e59 Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Fri, 23 Jun 2023 15:50:55 +0200 Subject: [PATCH] chore(cli): Cleaningup cli only on release upgrade (#1369) Signed-off-by: rjshrjndrn --- scripts/helmcharts/openreplay-cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/openreplay-cli b/scripts/helmcharts/openreplay-cli index 9411d6a7b..9432af15c 100755 --- a/scripts/helmcharts/openreplay-cli +++ b/scripts/helmcharts/openreplay-cli @@ -390,10 +390,10 @@ do -u | --upgrade) if [[ $RELEASE_UPGRADE -eq 1 ]]; then log title "Upgrading OpenReplay to Latest Release" + CLEANUP_TOOLING=1 else log title "Applying Latest OpenReplay Patches" fi - CLEANUP_TOOLING=1 upgrade clean_tmp_dir exit 0