diff --git a/Jenkinsfile b/Jenkinsfile index a5e9386..a920467 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,9 +9,8 @@ pipeline { sh 'apt-get update' sh 'git submodule update --init --remote --recursive' sh './attach_modules.sh' - dir ('libraries') { - sh 'build.sh' - } + sh 'cd libraries; ./build.sh' + } } stage ('Build TeaSpeak') {