Skip to content

Commit

Permalink
Merge branch 'update-submodule-1-2' into 'release/v1.2'
Browse files Browse the repository at this point in the history
[v1.2] connectedhomeip: update submodule to fix the group cluster chunked read

See merge request app-frameworks/esp-matter!1017
  • Loading branch information
dhrishi committed Jan 24, 2025
2 parents 7b9d69a + 878f8b4 commit 39c87bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ variables:
- ./install.sh
- . ./export.sh
# fetch submodules
- git submodule update --init --recursive --depth 1
- export PYTHONPATH=${IDF_PATH}/tools/ci/python_packages/:${PYTHONPATH}
- pip install python-gitlab
- python tools/ci/ci_fetch_submodule.py

.setup_ot_br: &setup_ot_br
- cd ${CI_PROJECT_DIR}
Expand All @@ -82,7 +82,6 @@ variables:
# fetch submodules
- export PYTHONPATH=${IDF_PATH}/tools/ci/python_packages/:${PYTHONPATH}
- pip install python-gitlab
- python tools/ci/ci_fetch_submodule.py
- cd examples/openthread/ot_rcp
- idf.py set-target esp32h2
- idf.py build
Expand Down

0 comments on commit 39c87bd

Please sign in to comment.