Skip to content
Snippets Groups Projects
Verified Commit 9fae094e authored by Martin Weise's avatar Martin Weise
Browse files

Attempt not to import trustdb

parent 7f0eb5cc
No related branches found
Tags v1.7.3
No related merge requests found
......@@ -549,8 +549,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
- cat ~/.gnupg/trustdb.gpg
- "gpg --import-ownertrust < ~/.gnupg/trustdb.gpg"
- "helm package ./helm/dbrepo --sign --key 'Martin Weise' --keyring ~/.gnupg/secring.gpg --destination ./build"
- "helm plugin install https://github.com/sigstore/helm-sigstore"
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment