We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a97947f + 6f210c2 commit 2e1b980Copy full SHA for 2e1b980
config/jobs/kubernetes/sig-arch/kubernetes-code-organization.yaml
@@ -403,7 +403,8 @@ periodics:
403
- bash
404
- -c
405
- |
406
- export GOROOT_BOOTSTRAP=$(readlink -f $(dirname $(readlink -f $(which go)))/../..)
+ export HOME="$(mktemp -d)"
407
+ export GOROOT_BOOTSTRAP="$(go env GOROOT)"
408
GIMME_DEBUG=true third_party/gimme/gimme master
409
resources:
410
limits:
0 commit comments