Skip to content

Commit

Permalink
ci: remove the unnecessary submodule fetch to fix the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamdp committed Jan 20, 2025
1 parent b653518 commit 878f8b4
Showing 1 changed file with 1 addition and 2 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 878f8b4

Please sign in to comment.