Fix caching of go dirs during build
This commit is contained in:
parent
6659d80973
commit
7f422377e2
@ -28,6 +28,8 @@ if [[ -z "${1:-}" ]]; then
|
|||||||
fi
|
fi
|
||||||
CACHE="$1"; shift
|
CACHE="$1"; shift
|
||||||
|
|
||||||
|
trap "rm -f '${CACHE}'" HUP INT TERM ERR
|
||||||
|
|
||||||
# This is a partial 'find' command. The caller is expected to pass the
|
# This is a partial 'find' command. The caller is expected to pass the
|
||||||
# remaining arguments.
|
# remaining arguments.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user