remove distro target

This commit is contained in:
Christophe Siraut 2018-09-03 14:29:37 +02:00
parent cc802035d7
commit b28c50c6cb
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -12,7 +12,7 @@ pipeline {
steps {
script {
if (env.BRANCH_NAME == 'master') {
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder -d jessie bidon'
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder bidon'
}
}
}