Merge branch 'fix/latest_tag_v6' into 'master'

fix(ci): Fix the latest tag to master's v6.0-dev

See merge request espressif/esp-idf!39413
This commit is contained in:
Ivan Grokhotkov
2025-06-02 17:01:57 +02:00

View File

@ -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