We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b653518 commit 878f8b4Copy full SHA for 878f8b4
.gitlab-ci.yml
@@ -63,9 +63,9 @@ variables:
63
- ./install.sh
64
- . ./export.sh
65
# fetch submodules
66
+ - git submodule update --init --recursive --depth 1
67
- export PYTHONPATH=${IDF_PATH}/tools/ci/python_packages/:${PYTHONPATH}
68
- pip install python-gitlab
- - python tools/ci/ci_fetch_submodule.py
69
70
.setup_ot_br: &setup_ot_br
71
- cd ${CI_PROJECT_DIR}
@@ -82,7 +82,6 @@ variables:
82
83
84
85
86
- cd examples/openthread/ot_rcp
87
- idf.py set-target esp32h2
88
- idf.py build
0 commit comments