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 2072a99 + 4a1507d commit c2afd4eCopy full SHA for c2afd4e
config/jobs/kubernetes/sig-arch/kubernetes-code-organization.yaml
@@ -405,6 +405,12 @@ periodics:
405
- |
406
export HOME="$(mktemp -d)"
407
export GOROOT_BOOTSTRAP="$(go env GOROOT)"
408
+
409
+ atexit () {
410
+ find "$HOME/.gimme" -name "*.log" -exec cp {} "${ARTIFACTS}" \;
411
+ }
412
+ trap 'atexit' EXIT
413
414
GIMME_DEBUG=true third_party/gimme/gimme master
415
resources:
416
limits:
0 commit comments