ci: only build package for bullseye (#72729)

This commit is contained in:
Frédéric Péters 2022-12-22 17:21:25 +01:00
parent 42dbb3787b
commit ae347d5e95
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 == 'authentic2-cut' && env.GIT_BRANCH == 'origin/main') {
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder -d buster,bullseye authentic2-cut'
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder -d bullseye authentic2-cut'
}
}
}