ci: only build package for bullseye (#72729)

This commit is contained in:
Frédéric Péters 2022-12-22 17:23:23 +01:00
parent 11a4fe1e15
commit 8a8437fa33
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -33,7 +33,7 @@ PGPORT=`python3 -c 'import struct; import socket; s=socket.socket(); s.setsockop
steps {
script {
if (env.JOB_NAME == 'barbacompta' && env.GIT_BRANCH == 'origin/main') {
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder -d buster,bullseye barbacompta'
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder -d bullseye barbacompta'
}
}
}