Commit 7f422377 authored by Ivan Shvedunov's avatar Ivan Shvedunov

Fix caching of go dirs during build

parent 6659d809
...@@ -28,6 +28,8 @@ if [[ -z "${1:-}" ]]; then ...@@ -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.
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment