We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcca033 + aed61ed commit cf78d0aCopy full SHA for cf78d0a
.gitlab/ci/deploy.yml
@@ -16,6 +16,7 @@ check_submodule_sync:
16
dependencies: []
17
script:
18
- git submodule deinit --force .
19
+ - rm -rf .git/modules # remove all the cached metadata
20
# setting the default remote URL to the public one, to resolve relative location URLs
21
- git config remote.origin.url ${PUBLIC_IDF_URL}
22
# check if all submodules are correctly synced to public repository
0 commit comments