Skip to content

Commit cb1ba21

Browse files
author
Gaspar Chilingarov
committed
prevent updating modules to current version from one recorded in commit
1 parent fbb10a5 commit cb1ba21

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

update.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ git_update_submodules() {
6161

6262
cd $CWD
6363
git submodule sync > /dev/null &&
64-
git submodule update --init --recursive --depth 100 -j 3 &&
65-
git submodule update --remote --merge
64+
git submodule update --init --recursive --depth 100 -j 3
6665
}
6766

6867
update_release_file() {

0 commit comments

Comments
 (0)