From d847d553ca5151c4234d55a4931168eb9b3a23be Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Mon, 5 May 2025 11:58:46 +0200 Subject: [PATCH] ci/crosvm: Fix image tags in build-crosvm.sh header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumping DEBIAN_BASE_TAG already triggers a rebuild of the test-gl and test-vk containers, so their tags don’t need to be updated manually. Signed-off-by: Valentine Burley Part-of: --- .gitlab-ci/container/build-crosvm.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci/container/build-crosvm.sh b/.gitlab-ci/container/build-crosvm.sh index fa469e1677f..6805d6e41a2 100644 --- a/.gitlab-ci/container/build-crosvm.sh +++ b/.gitlab-ci/container/build-crosvm.sh @@ -4,8 +4,6 @@ # When changing this file, you need to bump the following # .gitlab-ci/image-tags.yml tags: # DEBIAN_BASE_TAG -# DEBIAN_TEST_GL_TAG -# DEBIAN_TEST_VK_TAG set -uex