Skip to content

Commit d0eccc2

Browse files
Merge branch 'fix/update_latest_git_tag_variable' into 'release/v5.3'
fix(ci): Update LATEST_GIT_TAG variable See merge request espressif/esp-idf!32340
2 parents 0efdd4a + 5a1f4f3 commit d0eccc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab/ci/common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ variables:
3939
GIT_FETCH_EXTRA_FLAGS: "--no-recurse-submodules --prune --prune-tags"
4040
# we're using .cache folder for caches
4141
GIT_CLEAN_FLAGS: -ffdx -e .cache/
42-
LATEST_GIT_TAG: v5.3-dev
42+
LATEST_GIT_TAG: v5.3
4343

4444
SUBMODULE_FETCH_TOOL: "tools/ci/ci_fetch_submodule.py"
4545
# by default we will fetch all submodules

0 commit comments

Comments
 (0)