fix(action): fix deletion path
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
d6ed6c4347
commit
6289fa8503
2 changed files with 2 additions and 1 deletions
2
.github/workflows/assist-stats.yaml
vendored
2
.github/workflows/assist-stats.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue