Compare commits

...

1 Commits

Author SHA1 Message Date
Christophe Siraut b28c50c6cb remove distro target 2018-09-03 14:29:37 +02:00
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'
}
}
}