jenkins: build packages for buster & bullseye

This commit is contained in:
Frédéric Péters 2021-12-12 11:38:08 +01:00
parent 7aaa76feb8
commit 817d5a789b
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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