mdbx-ci: add --force for all git fetch --tags.

Change-Id: I016e412250dca651fdae65b08aba5d5e204e61b8
This commit is contained in:
Leonid Yuriev
2021-03-02 01:48:16 +03:00
parent c4b24b6a4d
commit c29d3a4ecb
4 changed files with 5 additions and 6 deletions

View File

@@ -58,9 +58,9 @@ init:
before_build:
- git clean -x -f -d
- git submodule sync
- git fetch --tags --prune
- git fetch --tags --prune --force
- git submodule update --init --recursive
- git submodule foreach --recursive git fetch --tags --prune
- git submodule foreach --recursive git fetch --tags --prune --force
- cmake --version
build_script: