commit .gitmodules after automatic update
This commit is contained in:
parent
a3261fc49c
commit
06de6bcc27
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ logdebug "update submodules"
|
|||
# logdebug "$($SGIT submodule sync)" || { logwarn "sync submodules failed on sync"; rc=6; }
|
||||
logdebug "$($SGIT submodule update --remote)"
|
||||
logdebug "$($SGIT submodule update --init --recursive)"
|
||||
logdebug "$($SGIT commit .gitmodules -m 'update submodules')"
|
||||
#$SGIT submodule update --init --remote --merge 1>>"${MYSHELLCONFIG_LOGFILE}" 2>&1 || { logwarn " update submodules failed on update"; rc=9; }
|
||||
#$SGIT checkout .gitmodules
|
||||
logdebug "submodules updated successfully"
|
||||
|
|
Loading…
Reference in a new issue