gitlab-ci: reuse container_post_build when building the test images

Signed-off-by: Andres Gomez <agomez@igalia.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6343>
This commit is contained in:
Andres Gomez
2020-08-17 12:49:52 +03:00
committed by Marge Bot
parent 1cf7a3968f
commit 40ab6d77c0
2 changed files with 2 additions and 6 deletions

View File

@@ -69,9 +69,7 @@ apt-get install -y --no-remove \
############### Uninstall the build software
ccache --show-stats
apt-get purge -y \
$STABLE_EPHEMERAL
apt-get autoremove -y --purge
. .gitlab-ci/container/container_post_build.sh

View File

@@ -129,9 +129,7 @@ wine \
############### Uninstall the build software
ccache --show-stats
apt-get purge -y \
$STABLE_EPHEMERAL
apt-get autoremove -y --purge
. .gitlab-ci/container/container_post_build.sh