From 821b9bd87ac8e8980cab37e6b19f649b32a4fd55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 22 Dec 2022 17:21:30 +0100 Subject: [PATCH] ci: only build package for bullseye (#72729) --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index cae16b4..238c396 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } } }