File tree Expand file tree Collapse file tree 2 files changed +3
-331
lines changed
Expand file tree Collapse file tree 2 files changed +3
-331
lines changed Original file line number Diff line number Diff line change @@ -44,16 +44,16 @@ jobs:
4444 echo '::group:: install go-junit-report'
4545 go install github.com/jstemmer/[email protected] 4646 echo '::endgroup::'
47-
4847 echo '::group:: created required folders'
4948 mkdir -p "${ARTIFACTS}"
5049 echo '::endgroup::'
51-
5250 echo "${GOPATH}/bin" >> "$GITHUB_PATH"
5351
5452 - name : Run tests
5553 run : |
56- ./hack/setup-kind.sh \
54+ curl -sSfL https://raw.githubusercontent.com/tektoncd/plumbing/main/tekton/images/kind-e2e/setup-kind.sh -o setup-kind.sh
55+ chmod +x setup-kind.sh
56+ ./setup-kind.sh \
5757 --registry-url $(echo ${KO_DOCKER_REPO} | cut -d'/' -f 1) \
5858 --cluster-suffix c${{ github.run_id }}.local \
5959 --nodes 3 \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments