Skip to content

Commit cf78d0a

Browse files
committed
Merge branch 'ci/fix-submodule-cache' into 'master'
ci: remove cached submodule metadata while checking with github See merge request espressif/esp-idf!40081
2 parents fcca033 + aed61ed commit cf78d0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab/ci/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ check_submodule_sync:
1616
dependencies: []
1717
script:
1818
- git submodule deinit --force .
19+
- rm -rf .git/modules # remove all the cached metadata
1920
# setting the default remote URL to the public one, to resolve relative location URLs
2021
- git config remote.origin.url ${PUBLIC_IDF_URL}
2122
# check if all submodules are correctly synced to public repository

0 commit comments

Comments
 (0)