This commit is contained in:
WolverinDEV
2018-08-09 23:08:05 +02:00
parent 93deb2bd9f
commit 529c892fa3
10 changed files with 10 additions and 10 deletions
Vendored
+1 -1
View File
@@ -40,7 +40,7 @@ pipeline {
}
stage ('Deploy') {
steps {
sh 'cd TeaSpeak/server/repro/; chmod 400 build_private_key; ./build.sh linux/x84'
sh 'cd TeaSpeak/server/repro/; chmod 400 build_private_key; ./build.sh linux/x86'
}
}
}