mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-31 12:13:36 +02:00
misc: top-dir is /foo/jami-project
Change-Id: I3e2a47a77cbe5f86b3432e63144afe1ed6868322
This commit is contained in:
parent
d3fa7213c0
commit
4d5ee8039b
1 changed files with 1 additions and 1 deletions
2
extras/ci/client-qt-gnulinux/Jenkinsfile
vendored
2
extras/ci/client-qt-gnulinux/Jenkinsfile
vendored
|
@ -98,7 +98,7 @@ pipeline {
|
|||
def base_cmd = 'docker exec -t '+container.id+" sh -c '"
|
||||
def exec_cmd = { cmd -> sh base_cmd+cmd+"'" }
|
||||
|
||||
def dockerTopDir = '/foo'
|
||||
def dockerTopDir = '/foo/jami-project'
|
||||
def daemonDir = dockerTopDir + '/daemon'
|
||||
def clientDir = dockerTopDir + '/client-qt'
|
||||
def installDir = dockerTopDir + '/install'
|
||||
|
|
Loading…
Add table
Reference in a new issue