mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
ci: remove the unnecessary submodule fetch to fix the pipeline
This commit is contained in:
+1
-2
@@ -63,9 +63,9 @@ variables:
|
|||||||
- ./install.sh
|
- ./install.sh
|
||||||
- . ./export.sh
|
- . ./export.sh
|
||||||
# fetch submodules
|
# fetch submodules
|
||||||
|
- git submodule update --init --recursive --depth 1
|
||||||
- export PYTHONPATH=${IDF_PATH}/tools/ci/python_packages/:${PYTHONPATH}
|
- export PYTHONPATH=${IDF_PATH}/tools/ci/python_packages/:${PYTHONPATH}
|
||||||
- pip install python-gitlab
|
- pip install python-gitlab
|
||||||
- python tools/ci/ci_fetch_submodule.py
|
|
||||||
|
|
||||||
.setup_ot_br: &setup_ot_br
|
.setup_ot_br: &setup_ot_br
|
||||||
- cd ${CI_PROJECT_DIR}
|
- cd ${CI_PROJECT_DIR}
|
||||||
@@ -82,7 +82,6 @@ variables:
|
|||||||
# fetch submodules
|
# fetch submodules
|
||||||
- export PYTHONPATH=${IDF_PATH}/tools/ci/python_packages/:${PYTHONPATH}
|
- export PYTHONPATH=${IDF_PATH}/tools/ci/python_packages/:${PYTHONPATH}
|
||||||
- pip install python-gitlab
|
- pip install python-gitlab
|
||||||
- python tools/ci/ci_fetch_submodule.py
|
|
||||||
- cd examples/openthread/ot_rcp
|
- cd examples/openthread/ot_rcp
|
||||||
- idf.py set-target esp32h2
|
- idf.py set-target esp32h2
|
||||||
- idf.py build
|
- idf.py build
|
||||||
|
|||||||
Reference in New Issue
Block a user