This commit is contained in:
WolverinDEV
2018-08-09 22:51:02 +02:00
parent 83ca317e7e
commit de8362b62a
10 changed files with 10 additions and 10 deletions
Vendored
+1 -1
View File
@@ -83,7 +83,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/amd64'
}
}
}