mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 02:11:09 +00:00
Merge pull request #79811 from dims/fix-build-break-make-quick-release-images
Add go-runner to the list of e2e test image targets
This commit is contained in:
commit
e12f96adc6
@ -109,6 +109,7 @@ kube::golang::conformance_image_targets() {
|
|||||||
local targets=(
|
local targets=(
|
||||||
vendor/github.com/onsi/ginkgo/ginkgo
|
vendor/github.com/onsi/ginkgo/ginkgo
|
||||||
test/e2e/e2e.test
|
test/e2e/e2e.test
|
||||||
|
cluster/images/conformance/go-runner
|
||||||
cmd/kubectl
|
cmd/kubectl
|
||||||
)
|
)
|
||||||
echo "${targets[@]}"
|
echo "${targets[@]}"
|
||||||
|
Loading…
Reference in New Issue
Block a user