Correction to the previous commit
This commit is contained in:
@@ -235,7 +235,7 @@ def git_step(branch=''):
|
|||||||
submodules=True)
|
submodules=True)
|
||||||
|
|
||||||
|
|
||||||
def git_submodules_update(branch):
|
def git_submodules_update():
|
||||||
command = ['git', 'submodule', 'update', '--remote']
|
command = ['git', 'submodule', 'update', '--remote']
|
||||||
return ShellCommand(name='Submodules Update',
|
return ShellCommand(name='Submodules Update',
|
||||||
command=command,
|
command=command,
|
||||||
|
Reference in New Issue
Block a user