Skip to content

Commit e3e9fd3

Browse files
committed
chore: referencing the setup-kind script in the plumbing repo instead of copying it
Signed-off-by: Shubham Bhardwaj <[email protected]>
1 parent 84bed78 commit e3e9fd3

File tree

2 files changed

+3
-331
lines changed

2 files changed

+3
-331
lines changed

.github/workflows/e2e-matrix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 \

hack/setup-kind.sh

Lines changed: 0 additions & 328 deletions
This file was deleted.

0 commit comments

Comments
 (0)