mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 20:50:24 +00:00
opt out of module mode for builds
This commit is contained in:
@@ -250,7 +250,7 @@ produceJUnitXMLReport() {
|
||||
|
||||
if ! command -v gotestsum >/dev/null 2>&1; then
|
||||
kube::log::error "gotestsum not found; please install with " \
|
||||
"go install k8s.io/kubernetes/vendor/gotest.tools/gotestsum"
|
||||
"GO111MODULE=off go install k8s.io/kubernetes/vendor/gotest.tools/gotestsum"
|
||||
return
|
||||
fi
|
||||
gotestsum --junitfile "${junit_xml_filename}" --raw-command cat "${junit_filename_prefix}"*.stdout
|
||||
|
Reference in New Issue
Block a user