mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02:00
Merge branch 'ci/fix-submodule-cache_v5.4' into 'release/v5.4'
ci: remove cached submodule metadata while checking with github (v5.4) See merge request espressif/esp-idf!40094
This commit is contained in:
@@ -19,6 +19,7 @@ check_submodule_sync:
|
|||||||
dependencies: []
|
dependencies: []
|
||||||
script:
|
script:
|
||||||
- git submodule deinit --force .
|
- git submodule deinit --force .
|
||||||
|
- rm -rf .git/modules # remove all the cached metadata
|
||||||
# setting the default remote URL to the public one, to resolve relative location URLs
|
# setting the default remote URL to the public one, to resolve relative location URLs
|
||||||
- git config remote.origin.url ${PUBLIC_IDF_URL}
|
- git config remote.origin.url ${PUBLIC_IDF_URL}
|
||||||
# check if all submodules are correctly synced to public repository
|
# check if all submodules are correctly synced to public repository
|
||||||
|
Reference in New Issue
Block a user