check against bidon repository for real

This commit is contained in:
Frédéric Péters 2018-07-24 08:04:41 +02:00
parent d71c9aadbc
commit 4b1aebf9ac
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
stages{
stage('unit test'){
steps{
sh 'python /usr/lib/python2.7/dist-packages/eobuilder/changelog.py bidon X /var/lib/eobuilder/git/combo/'
sh 'python /usr/lib/python2.7/dist-packages/eobuilder/changelog.py bidon X /var/lib/eobuilder/git/bidon/'
}
}
stage('packaging'){