diff --git a/.gitlab/ci/deploy.yml b/.gitlab/ci/deploy.yml index c63d67f6d6..57014acf96 100644 --- a/.gitlab/ci/deploy.yml +++ b/.gitlab/ci/deploy.yml @@ -20,6 +20,7 @@ check_submodule_sync: dependencies: [] script: - 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 - git config remote.origin.url ${PUBLIC_IDF_URL} # check if all submodules are correctly synced to public repository