From c275b5e55b34b90770fcd2eb3250dc0b3bf0be76 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Mon, 26 May 2025 11:22:53 +0200 Subject: [PATCH] fix(ci): Fix the latest tag to master's v6.0-dev This is used only for caching (pip packages and submodules), so not very important. Probably forgotten when merging !38889 (f89d6ee5a04) --- .gitlab/ci/common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/common.yml b/.gitlab/ci/common.yml index 23642e7b0b..a451a4fae5 100644 --- a/.gitlab/ci/common.yml +++ b/.gitlab/ci/common.yml @@ -40,7 +40,7 @@ variables: GIT_FETCH_EXTRA_FLAGS: "--no-recurse-submodules --prune --prune-tags" # we're using .cache folder for caches GIT_CLEAN_FLAGS: -ffdx -e .cache/ - LATEST_GIT_TAG: v5.5-dev + LATEST_GIT_TAG: v6.0-dev SUBMODULE_FETCH_TOOL: "tools/ci/ci_fetch_submodule.py" # by default we will fetch all submodules