Skip to content

Commit a2cbcb3

Browse files
committed
remove existing charts/overlays
1 parent 7d98734 commit a2cbcb3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/integration-per-language.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,12 @@ jobs:
7979
with:
8080
repository: ${{ env.repo }}
8181
path: ./langtest
82-
- run: rm -rf ./langtest/manifests && rm -f ./langtest/Dockerfile ./langtest/.dockerignore
82+
- run: |
83+
rm -rf ./langtest/manifests
84+
rm -f ./langtest/Dockerfile ./langtest/.dockerignore
85+
rm -rf ./langtest/charts
86+
rm -rf ./langtest/base
87+
rm -rf ./langtest/overlays
8388
- run: ./draft -v create -c ./test/integration/${{inputs.language}}/helm.yaml -d ./langtest/
8489
- name: start minikube
8590
id: minikube

0 commit comments

Comments
 (0)