ci: only build package for bullseye (#72729)

This commit is contained in:
Frédéric Péters 2022-12-22 17:21:26 +01:00
parent 750f869e5f
commit f7f3cf7768
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -25,7 +25,7 @@ pipeline {
steps {
script {
if (env.JOB_NAME == 'django-mellon' && env.GIT_BRANCH == 'origin/main') {
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder -d buster,bullseye django-mellon'
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder -d bullseye django-mellon'
}
}
}