From 95bed650f20660fdf977ab5a4521954ba573aa79 Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Mon, 10 Jun 2024 08:02:28 +0200 Subject: [PATCH] Cannot use sigstore --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ae915bc16..1826abe668 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -605,7 +605,6 @@ release-chart: - "helm plugin install https://github.com/sigstore/helm-sigstore" script: - "helm push ./build/dbrepo-${CHART_VERSION}.tgz oci://${CI_REGISTRY2_URL}/helm" - - "helm sigstore upload ./build/dbrepo-${CHART_VERSION}.tgz" release-docs: stage: release -- GitLab