Skip to content

Commit

Permalink
prevent updating modules to current version from one recorded in commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaspar Chilingarov committed Jan 30, 2017
1 parent fbb10a5 commit cb1ba21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ git_update_submodules() {

cd $CWD
git submodule sync > /dev/null &&
git submodule update --init --recursive --depth 100 -j 3 &&
git submodule update --remote --merge
git submodule update --init --recursive --depth 100 -j 3
}

update_release_file() {
Expand Down

0 comments on commit cb1ba21

Please sign in to comment.