jenkins: build packages for buster & bullseye

This commit is contained in:
Frédéric Péters 2021-12-12 11:26:55 +01:00
parent 69185390f6
commit 6ad9a7fbb9
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 == 'authentic2-cut' && env.GIT_BRANCH == 'origin/main') {
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder authentic2-cut'
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder -d buster,bullseye authentic2-cut'
}
}
}