mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-17 15:55:23 +08:00
jenkinsfile: use submodule update
Change-Id: I19d5e7550dc7101cfa5c0edbc03812a06232e014
This commit is contained in:
4
extras/ci/client-qt-gnulinux/Jenkinsfile
vendored
4
extras/ci/client-qt-gnulinux/Jenkinsfile
vendored
@@ -55,9 +55,9 @@ pipeline {
|
||||
stage('SCM Checkout') {
|
||||
steps {
|
||||
script {
|
||||
// Checkout jami-project to obtain daemon/LRC/client-qt repositories
|
||||
sh """
|
||||
./build.py --init
|
||||
git rev-parse HEAD
|
||||
git submodule update --init --recursive
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user