mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-18 16:44:52 +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') {
|
stage('SCM Checkout') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
// Checkout jami-project to obtain daemon/LRC/client-qt repositories
|
|
||||||
sh """
|
sh """
|
||||||
./build.py --init
|
git rev-parse HEAD
|
||||||
|
git submodule update --init --recursive
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user