Commit 20b24a42 authored by Jérome Perrin's avatar Jérome Perrin

component/golang: clean build cache at the end of build

to save disk space
parent 1f678eeb
......@@ -208,6 +208,9 @@ command = bash -c ". ${gowork:env.sh}
;;
esac
done
# clean build cache
chmod -R a+rwx ${gowork:directory}/cache && rm -rf ${gowork:directory}/cache
"
update-command = ${:command}
stop-on-error = true
......
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