Update Jenkinsfile

This commit is contained in:
Markus 2018-08-09 00:52:01 +02:00
parent 17e79cb01e
commit 132c2c2d4f

2
Jenkinsfile vendored
View File

@ -21,7 +21,7 @@ pipeline {
}
stage ('Deploy') {
steps {
sh 'cd TeaSpeak/server/repro/; ./build.sh linux/amd64'
sh 'cd TeaSpeak/server/repro/; chmod 400 build_private_key; ./build.sh linux/amd64'
}
}
}