updated jenkins file

This commit is contained in:
WolverinDEV 2018-08-08 21:55:36 +02:00
parent 668d42d759
commit 93f7719564
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
label 'linux && debian && teaspeak'
}
steps {
stages {
stage ('Initialize libraries') {
steps {
sh 'apt-get update'