Module: wine Branch: master Commit: ed4104d358c2b5f53befd9d4bd49d1656c8da5ea URL: https://gitlab.winehq.org/wine/wine/-/commit/ed4104d358c2b5f53befd9d4bd49d16...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Jul 14 12:54:42 2023 +0200
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