Skip to content

Commit 85e367c

Browse files
committed
fix(deployment): Remove unnecessary Helm uninstall step
1 parent fc3cc11 commit 85e367c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/deployment.yml

-6
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ jobs:
2727
run: |
2828
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
2929
30-
- name: RemoveWeb
31-
uses: WyriHaximus/github-action-helm3@v3
32-
with:
33-
exec: /usr/local/bin/helm uninstall gitdataweb --namespace gitdata --ignore-not-found
34-
kubeconfig: ${{ secrets.KUBECONTENT }}
35-
overrule_existing_kubeconfig: 'true'
3630
- name: DeployWeb
3731
uses: WyriHaximus/github-action-helm3@v3
3832
with:

0 commit comments

Comments
 (0)