From ed4104d358c2b5f53befd9d4bd49d1656c8da5ea Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Fri, 14 Jul 2023 12:54:42 +0200 Subject: [PATCH] gitlab: Make sure that the tags are fetched before building. --- tools/gitlab/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/gitlab/build.yml b/tools/gitlab/build.yml index 441582a99f3..8a5d5b40ac1 100644 --- a/tools/gitlab/build.yml +++ b/tools/gitlab/build.yml @@ -22,6 +22,7 @@ - export CCACHE_COMPILERCHECK=content - export PATH="/usr/lib/ccache:$PATH" - git config --global --add safe.directory $CI_PROJECT_DIR + - git fetch --tags - mkdir -p build32 build64 - rm -fr .git/rebase-merge # in case a previous CI run failed in git rebase