Skip to content

Commit 4a1507d

Browse files
committed
grab log files generated in ci-kubernetes-build-golang-tip
1 parent 2072a99 commit 4a1507d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,12 @@ periodics:
405405
- |
406406
export HOME="$(mktemp -d)"
407407
export GOROOT_BOOTSTRAP="$(go env GOROOT)"
408+
409+
atexit () {
410+
find "$HOME/.gimme" -name "*.log" -exec cp {} "${ARTIFACTS}" \;
411+
}
412+
trap 'atexit' EXIT
413+
408414
GIMME_DEBUG=true third_party/gimme/gimme master
409415
resources:
410416
limits:

0 commit comments

Comments
 (0)