Loading .gitlab-ci.yml +2 −3 Original line number Diff line number Diff line Loading @@ -14,9 +14,8 @@ update submodules: script: - | git submodule foreach --recursive ' setting="submodule.${name}.auto-update"; branch=`git config -f ~/.gitmodules ${setting}`; git checkout origin/${branch:-master} || exit 1 branch=`git config -f ~/.gitmodules submodule.${name}.auto-update`; git checkout origin/${branch:-HEAD} || exit 1 (cd ${toplevel}; exec git add ${path}) ' - | Loading Loading
.gitlab-ci.yml +2 −3 Original line number Diff line number Diff line Loading @@ -14,9 +14,8 @@ update submodules: script: - | git submodule foreach --recursive ' setting="submodule.${name}.auto-update"; branch=`git config -f ~/.gitmodules ${setting}`; git checkout origin/${branch:-master} || exit 1 branch=`git config -f ~/.gitmodules submodule.${name}.auto-update`; git checkout origin/${branch:-HEAD} || exit 1 (cd ${toplevel}; exec git add ${path}) ' - | Loading