From 878f8b4f66a6269eadd056d9da51a384dff4fa08 Mon Sep 17 00:00:00 2001 From: Shubham Patil Date: Mon, 20 Jan 2025 12:34:34 +0530 Subject: [PATCH] ci: remove the unnecessary submodule fetch to fix the pipeline --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 322467da9..9e0ec1733 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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} @@ -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