Commit 5d9e5670 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 d0f5e3da
...@@ -207,6 +207,9 @@ command = bash -c ". ${gowork:env.sh} ...@@ -207,6 +207,9 @@ command = bash -c ". ${gowork:env.sh}
;; ;;
esac esac
done done
# clean build cache
chmod -R a+rwx ${gowork:directory}/cache && rm -rf ${gowork:directory}/cache
" "
update-command = ${:command} update-command = ${:command}
stop-on-error = true 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