@@ -567,6 +567,9 @@ jobs:
567567 repository : ${{ inputs.repo }}
568568 path : ./langtest
569569 - run : Remove-Item ./langtest/manifests -Recurse -Force -ErrorAction Ignore
570+ - run : Remove-Item ./langtest/base -Recurse -Force -ErrorAction Ignore
571+ - run : Remove-Item ./langtest/overlays -Recurse -Force -ErrorAction Ignore
572+ - run : Remove-Item ./langtest/charts -Recurse -Force -ErrorAction Ignore
570573 - run : Remove-Item ./langtest/Dockerfile -ErrorAction Ignore
571574 - run : Remove-Item ./langtest/.dockerignore -ErrorAction Ignore
572575 - run : ./draft.exe -v create -c ./test/integration/${{inputs.language}}/helm.yaml -d ./langtest/
@@ -578,7 +581,7 @@ jobs:
578581 working-directory : ./langtest/
579582 - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
580583 with :
581- name : win-helm-create
584+ name : ${{inputs.language}}- win-helm-create
582585 path : |
583586 ./langtest
584587 !./langtest/**/.git/*
@@ -592,7 +595,7 @@ jobs:
592595 name : draft-binary-win
593596 - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
594597 with :
595- name : win-helm-create
598+ name : ${{inputs.language}}- win-helm-create
596599 path : ./langtest/
597600 - run : Remove-Item ./langtest/charts/templates/ingress.yaml -Recurse -Force -ErrorAction Ignore
598601 - run : ./draft.exe -v update -d ./langtest/ -a webapp_routing --variable ingress-tls-cert-keyvault-uri=test.cert.keyvault.uri --variable ingress-use-osm-mtls=true --variable ingress-host=host1
@@ -615,6 +618,9 @@ jobs:
615618 repository : ${{ inputs.repo }}
616619 path : ./langtest
617620 - run : Remove-Item ./langtest/manifests -Recurse -Force -ErrorAction Ignore
621+ - run : Remove-Item ./langtest/base -Recurse -Force -ErrorAction Ignore
622+ - run : Remove-Item ./langtest/overlays -Recurse -Force -ErrorAction Ignore
623+ - run : Remove-Item ./langtest/charts -Recurse -Force -ErrorAction Ignore
618624 - run : Remove-Item ./langtest/Dockerfile -ErrorAction Ignore
619625 - run : Remove-Item ./langtest/.dockerignore -ErrorAction Ignore
620626 - run : ./draft.exe -v create -c ./test/integration/${{inputs.language}}/kustomize.yaml -d ./langtest/
0 commit comments