From 91a1f4863ee0e02d2d7c5f3afcb1f6939908e94a Mon Sep 17 00:00:00 2001 From: 12ww1160 Date: Fri, 12 Dec 2025 20:56:44 +0100 Subject: [PATCH] OP#253 add build stage rpm upload --- Jenkinsfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d30f306..0f9f9ef 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -126,13 +126,6 @@ pipeline { --package "${rpmPath}" \ -f """ - - // Download and import the repo public key (optional but recommended) - sh """ - curl -fL -o gitea-repo-public.key https://gitea.confdroid.com/api/packages/confdroid/rpm/repository.key - rpm --import gitea-repo-public.key || true - """ - // Cleanup sh "rm -rf build/prometheus prometheus.tar.gz prometheus-${version}.linux-amd64 gitea-repo-public.key" }