From 8d16916b40629c61c7ea16bdd5f11feb932dbf51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=B6hmwalder?= Date: Mon, 9 Sep 2024 12:38:10 +0200 Subject: [PATCH] ci: update build-helpers To get the new fedora-based container. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd1e6872d..ed196795b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ variables: RELEASE_BRANCH: drbd-9.1 DRBD_VERSION_BASE: 9.1.0 DRBD9_TESTS_REF: master - BUILD_HELPERS_VERSION: cad23b57db14b7676808fa645c4561bc66c3e204 + BUILD_HELPERS_VERSION: 2c873ab6e6e6bb6ec83f571eeada63d54ff805b5 # we have to change the way GitLab CI clones the repository. # by default, it is shallow, which gives us a wrong commit count when # we do `git rev-list --count origin/master` below.