diff options
Diffstat (limited to '.gitlab-ci/container/container_post_build.sh')
-rwxr-xr-x | .gitlab-ci/container/container_post_build.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci/container/container_post_build.sh b/.gitlab-ci/container/container_post_build.sh new file mode 100755 index 00000000000..5647e13cbd9 --- /dev/null +++ b/.gitlab-ci/container/container_post_build.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +apt-get autoremove -y --purge + +ccache --show-stats |