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 65
65
# we need to pull these published images and load them into the kind cluster
66
66
# with the tag correct tag.
67
67
- 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 }}
69
69
working-directory : web-apps
70
70
71
- - name : Add Helm repos for dependencies
72
- run : |
73
- helm repo add stakater https://stakater.github.io/stakater-charts
74
-
75
71
# https://github.com/helm/charts/blob/master/test/README.md#providing-custom-test-values
76
72
# Each chart/ci/*-values.yaml file will be treated as a separate test case with it's
77
73
# own helm install/test process.
You can’t perform that action at this time.
0 commit comments