diff --git a/.gitlab-ci/conditional-build-image-tags.yml b/.gitlab-ci/conditional-build-image-tags.yml index 08b9e7ab677..012a38d431b 100644 --- a/.gitlab-ci/conditional-build-image-tags.yml +++ b/.gitlab-ci/conditional-build-image-tags.yml @@ -1,5 +1,5 @@ variables: CONDITIONAL_BUILD_ANGLE_TAG: 30422b1b4732b9f6de6d3e7fe329b569 CONDITIONAL_BUILD_CROSVM_TAG: bb7f75d912ef43be8c9204385d79820a - CONDITIONAL_BUILD_FLUSTER_TAG: f42cd5fa50a120b580b6de838260d5d2 + CONDITIONAL_BUILD_FLUSTER_TAG: 3bc3afd7468e106afcbfd569a85f34f9 CONDITIONAL_BUILD_PIGLIT_TAG: 009be6e9949c1121f67c8a3985b08505 diff --git a/.gitlab-ci/container/build-fluster.sh b/.gitlab-ci/container/build-fluster.sh index 48196e9f6bd..89a45f7c1b8 100644 --- a/.gitlab-ci/container/build-fluster.sh +++ b/.gitlab-ci/container/build-fluster.sh @@ -10,14 +10,14 @@ # Install fluster in /fluster. +set -uex + +section_start fluster "Installing Fluster" + # Do a very early check to make sure the tag is correct without the need of # setting up the environment variables locally ci_tag_build_time_check "FLUSTER_TAG" -set -uex - -section_start fluster "Installing fluster" - FLUSTER_REVISION="e997402978f62428fffc8e5a4a709690d9ca9bc5" git clone https://github.com/fluendo/fluster.git --single-branch --no-checkout