Update Jenkinsfile
This commit is contained in:
parent
132c2c2d4f
commit
0c184e19bd
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -8,7 +8,7 @@ pipeline {
|
||||
steps {
|
||||
sh 'apt-get update'
|
||||
sh 'git submodule update --init --remote --recursive'
|
||||
sh 'git submodule update'
|
||||
sh 'git submodule update --merge'
|
||||
sh './attach_modules.sh'
|
||||
sh 'cd libraries; ./build.sh'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user