mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
remove unnecessary "git fetch" and add echo submodule path
This commit is contained in:
parent
3051c74488
commit
522f83ae3d
@ -19,7 +19,7 @@ before_script:
|
||||
- git submodule update --init --recursive
|
||||
# try use submodule with same branch
|
||||
- SUBMODULES=`cat .gitmodules | grep path | awk '{print $3}'`
|
||||
- for MODULE in $SUBMODULES;do (cd $MODULE;git fetch;git checkout ${CI_BUILD_REF_NAME} || echo "using default branch";cd $CI_PROJECT_DIR); done
|
||||
- for MODULE in $SUBMODULES;do (echo $MODULE;cd $MODULE;git checkout ${CI_BUILD_REF_NAME} || echo "using default branch";cd $CI_PROJECT_DIR); done
|
||||
|
||||
build_template_app:
|
||||
stage: build
|
||||
|
Loading…
x
Reference in New Issue
Block a user