We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d98734 commit a2cbcb3Copy full SHA for a2cbcb3
.github/workflows/integration-per-language.yml
@@ -79,7 +79,12 @@ jobs:
79
with:
80
repository: ${{ env.repo }}
81
path: ./langtest
82
- - run: rm -rf ./langtest/manifests && rm -f ./langtest/Dockerfile ./langtest/.dockerignore
+ - 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
88
- run: ./draft -v create -c ./test/integration/${{inputs.language}}/helm.yaml -d ./langtest/
89
- name: start minikube
90
id: minikube
0 commit comments