From 52496491f8c92a606ebb50fa9cdcaba976371d9e Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Mon, 28 Oct 2024 10:34:21 +0100 Subject: [PATCH] change(ci): update LATEST_GIT_TAG to v5.5-dev --- .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 0868139e2e..332a88438a 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.4-dev + LATEST_GIT_TAG: v5.5-dev SUBMODULE_FETCH_TOOL: "tools/ci/ci_fetch_submodule.py" # by default we will fetch all submodules