mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/gitlab_update_submodules' into 'master'
gitlab-ci: update submodules before build Gitlab CI will cache build directory per branch and per build step. Also it doesn't try to update submodules. We have to do this manually because otherwise we end up with old version of submodule in cached directory. See merge request !47
This commit is contained in:
commit
9db4732861
@ -3,6 +3,9 @@ stages:
|
||||
- test
|
||||
- deploy
|
||||
|
||||
before_script:
|
||||
- git submodule update --init --recursive
|
||||
|
||||
build_template_app:
|
||||
stage: build
|
||||
image: espressif/esp32-ci-env
|
||||
|
Loading…
Reference in New Issue
Block a user