Skip to content

Commit 6f210c2

Browse files
committed
set HOME and GOROOT_BOOTSTRAP for ci-kubernetes-build-golang-tip
1 parent a97947f commit 6f210c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/jobs/kubernetes/sig-arch/kubernetes-code-organization.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,8 @@ periodics:
403403
- bash
404404
- -c
405405
- |
406-
export GOROOT_BOOTSTRAP=$(readlink -f $(dirname $(readlink -f $(which go)))/../..)
406+
export HOME="$(mktemp -d)"
407+
export GOROOT_BOOTSTRAP="$(go env GOROOT)"
407408
GIMME_DEBUG=true third_party/gimme/gimme master
408409
resources:
409410
limits:

0 commit comments

Comments
 (0)