1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

gitlab: Make sure that the tags are fetched before building.

This commit is contained in:
Alexandre Julliard 2023-07-14 12:54:42 +02:00
parent f082e4f216
commit ed4104d358

View File

@ -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