Jenkins final version

This commit is contained in:
Juan Ferrer 2020-01-16 17:30:04 +01:00
parent 9f75478e17
commit 5a42e6a322
1 changed files with 0 additions and 7 deletions

7
Jenkinsfile vendored
View File

@ -24,13 +24,6 @@ pipeline {
}
steps {
sh 'debuild -us -uc -b'
}
}
stage('Upload') {
when {
branch 'master'
}
steps {
sh 'vn-includedeb'
}
}