File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 6565 # we need to pull these published images and load them into the kind cluster
6666 # with the tag correct tag.
6767 - name : Load tagged container images into kind cluster
68- run : ./kind-images.sh ${{ github.event.pull_request.head.sha }} ${{ env.CLUSTER_NAME }}
68+ run : ./kind-images.sh $(git rev-parse --short $ {{ github.event.pull_request.head.sha }}) ${{ env.CLUSTER_NAME }}
6969 working-directory : web-apps
7070
71- - name : Add Helm repos for dependencies
72- run : |
73- helm repo add stakater https://stakater.github.io/stakater-charts
74-
7571 # https://github.com/helm/charts/blob/master/test/README.md#providing-custom-test-values
7672 # Each chart/ci/*-values.yaml file will be treated as a separate test case with it's
7773 # own helm install/test process.
You can’t perform that action at this time.
0 commit comments