From 5a1f4f389c8e31f3350d561ae3777126fd672f5e Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Thu, 25 Jul 2024 13:53:10 +0530 Subject: [PATCH] fix(ci): Update LATEST_GIT_TAG variable --- .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 687d851640..4381cea970 100644 --- a/.gitlab/ci/common.yml +++ b/.gitlab/ci/common.yml @@ -39,7 +39,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.3-dev + LATEST_GIT_TAG: v5.3 SUBMODULE_FETCH_TOOL: "tools/ci/ci_fetch_submodule.py" # by default we will fetch all submodules