From 40ab6d77c06fe5c0882fe3320583a6a2b1355eab Mon Sep 17 00:00:00 2001 From: Andres Gomez Date: Mon, 17 Aug 2020 12:49:52 +0300 Subject: [PATCH] gitlab-ci: reuse container_post_build when building the test images Signed-off-by: Andres Gomez Reviewed-by: Daniel Stone Reviewed-by: Christian Gmeiner Part-of: --- .gitlab-ci/container/x86_test-gl.sh | 4 +--- .gitlab-ci/container/x86_test-vk.sh | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci/container/x86_test-gl.sh b/.gitlab-ci/container/x86_test-gl.sh index aaed8ec1459..e1d80ad7067 100644 --- a/.gitlab-ci/container/x86_test-gl.sh +++ b/.gitlab-ci/container/x86_test-gl.sh @@ -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 diff --git a/.gitlab-ci/container/x86_test-vk.sh b/.gitlab-ci/container/x86_test-vk.sh index c3228071015..c1d31b2d5cd 100644 --- a/.gitlab-ci/container/x86_test-vk.sh +++ b/.gitlab-ci/container/x86_test-vk.sh @@ -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 -- 2.30.2