jenkins: fixed submodule init
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
28a8e0d127
commit
aaf1f04ecf
|
|
@ -101,7 +101,7 @@ def isRelease(versionParam) {
|
|||
}
|
||||
|
||||
def handle_submodules(versionParam) {
|
||||
sh 'git submodule init --recursive'
|
||||
sh 'git submodule init'
|
||||
if(isRelease(versionParam)) {
|
||||
sh 'git submodule update' // set all submodules to freezed commit
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue