Merge branch 'ci/fix_upload-submodules-cache' into 'master'

CI: fix upload submodule cache for runners using mirror server

See merge request espressif/esp-idf!20436
This commit is contained in:
Chen Yu Dong
2022-09-30 16:48:55 +08:00

View File

@@ -40,6 +40,8 @@ upload-submodules-cache:
- .cache/submodule_archives - .cache/submodule_archives
policy: push policy: push
script: script:
# use the default gitlab server
- unset LOCAL_GITLAB_HTTPS_HOST
- rm -rf .cache/submodule_archives # clear old submodule archives - rm -rf .cache/submodule_archives # clear old submodule archives
- add_gitlab_ssh_keys - add_gitlab_ssh_keys
- fetch_submodules - fetch_submodules