Skip to content
Snippets Groups Projects
Commit 0a67f55c authored by Lorenzo Pagliai's avatar Lorenzo Pagliai
Browse files

[REPO] Insert --submodules option for customs

parent 33a4f8ef
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ RECIPE_NAME=$5 ...@@ -8,7 +8,7 @@ RECIPE_NAME=$5
git config --global url.https://github.com/.insteadOf git://github.com/ git config --global url.https://github.com/.insteadOf git://github.com/
git config --global url.https://gitlab-ci-token:${GITBOT_TOKEN}@git.seco.com/.insteadOf https://git.seco.com/ git config --global url.https://gitlab-ci-token:${GITBOT_TOKEN}@git.seco.com/.insteadOf https://git.seco.com/
repo init -u ${CI_REPOSITORY_URL} -b ${BUILD_BRANCH} repo init --submodules -u ${CI_REPOSITORY_URL} -b ${BUILD_BRANCH} --
repo sync -j$(nproc) --fetch-submodules --no-clone-bundle repo sync -j$(nproc) --fetch-submodules --no-clone-bundle
RECIPES="u-boot-seco-rk linux-seco-rk u-boot-seco-imx linux-seco-imx imx-mkimage" RECIPES="u-boot-seco-rk linux-seco-rk u-boot-seco-imx linux-seco-imx imx-mkimage"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment