ci: only build package for bullseye (#72729)

This commit is contained in:
Frédéric Péters 2022-12-22 17:21:30 +01:00
parent fab6faee6e
commit 821b9bd87a
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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