From 4f2327ead14d0b44255b86ca9884704c7feff059 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Tue, 18 Mar 2025 15:34:15 +0100
Subject: [PATCH] Protected tags worked

Signed-off-by: Martin Weise <martin.weise@tuwien.ac.at>
---
 .gitlab-ci.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c67238889f..825a733303 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -548,10 +548,6 @@ release-helm:
     - helm registry login --username "${CI_REGISTRY_USER}" --password "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY_URL}"
     - helm registry login --username "${CI_REGISTRY2_USER}" --password "${CI_REGISTRY2_PASSWORD}" "${CI_REGISTRY2_URL}"
     - make build-helm
-    - ls -la ~/.gnupg/
-    - cat ~/.gnupg/pubring.gpg | base64
-    - "gpg --import ~/.gnupg/pubring.gpg"
-    - "gpg --list-keys"
     - "helm package ./helm/dbrepo --sign --key 'Martin Weise' --keyring ~/.gnupg/secring.gpg --destination ./build"
     - "helm plugin install https://github.com/sigstore/helm-sigstore"
   script:
-- 
GitLab