From 6289fa8503414ee1c0c8070f2b480b61fa0d932f Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Mon, 2 Oct 2023 18:07:03 +0200 Subject: [PATCH] fix(action): fix deletion path Signed-off-by: rjshrjndrn --- .github/workflows/assist-stats.yaml | 2 +- assist-stats/build.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/assist-stats.yaml b/.github/workflows/assist-stats.yaml index d411f650e..5950e49d9 100644 --- a/.github/workflows/assist-stats.yaml +++ b/.github/workflows/assist-stats.yaml @@ -111,7 +111,7 @@ jobs: cat /tmp/image_override.yaml # Deploy command mv openreplay/charts/{ingress-nginx,assist-stats,quickwit} /tmp - rm -rf openreplay/assist-stats/* + rm -rf openreplay/charts/* mv /tmp/{ingress-nginx,assist-stats,quickwit} openreplay/charts/ helm template openreplay -n app openreplay -f vars.yaml -f /tmp/image_override.yaml --set ingress-nginx.enabled=false --set skipMigration=true --no-hooks | kubectl apply -f - env: diff --git a/assist-stats/build.sh b/assist-stats/build.sh index a5541d503..a60287b26 100644 --- a/assist-stats/build.sh +++ b/assist-stats/build.sh @@ -15,6 +15,7 @@ exit_err() { fi } + app="assist-stats" # Set the app variable to "chalice" environment=$1 git_sha=$(git rev-parse --short HEAD)