From a48beddb564cc84663ad7f4b6bc814e1996bcea4 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Tue, 29 Aug 2023 15:13:18 +0200 Subject: [PATCH] ci: add comment explaining which image tags to update for Fossilize Signed-off-by: Samuel Pitoiset Part-of: --- .gitlab-ci/container/build-fossilize.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci/container/build-fossilize.sh b/.gitlab-ci/container/build-fossilize.sh index 6c70f36..ca12044 100644 --- a/.gitlab-ci/container/build-fossilize.sh +++ b/.gitlab-ci/container/build-fossilize.sh @@ -1,5 +1,10 @@ #!/bin/bash +# When changing this file, you need to bump the following +# .gitlab-ci/image-tags.yml tags: +# DEBIAN_X86_64_TEST_VK_TAG +# KERNEL_ROOTFS_TAG + set -ex git clone https://github.com/ValveSoftware/Fossilize.git -- 2.7.4