Skip to content

Commit 39c87bd

Browse files
committed
Merge branch 'update-submodule-1-2' into 'release/v1.2'
[v1.2] connectedhomeip: update submodule to fix the group cluster chunked read See merge request app-frameworks/esp-matter!1017
2 parents 7b9d69a + 878f8b4 commit 39c87bd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitlab-ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ variables:
6363
- ./install.sh
6464
- . ./export.sh
6565
# fetch submodules
66+
- git submodule update --init --recursive --depth 1
6667
- export PYTHONPATH=${IDF_PATH}/tools/ci/python_packages/:${PYTHONPATH}
6768
- pip install python-gitlab
68-
- python tools/ci/ci_fetch_submodule.py
6969

7070
.setup_ot_br: &setup_ot_br
7171
- cd ${CI_PROJECT_DIR}
@@ -82,7 +82,6 @@ variables:
8282
# fetch submodules
8383
- export PYTHONPATH=${IDF_PATH}/tools/ci/python_packages/:${PYTHONPATH}
8484
- pip install python-gitlab
85-
- python tools/ci/ci_fetch_submodule.py
8685
- cd examples/openthread/ot_rcp
8786
- idf.py set-target esp32h2
8887
- idf.py build

0 commit comments

Comments
 (0)