Skip to content

Commit 878f8b4

Browse files
committed
ci: remove the unnecessary submodule fetch to fix the pipeline
1 parent b653518 commit 878f8b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
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)