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

WIP

parent 89a9755e
No related branches found
No related tags found
1 merge request!274Hotfix foreign key
......@@ -598,6 +598,7 @@ release-chart:
- /^release-.*/
before_script:
- "echo ${CI_REGISTRY2_PASSWORD} | docker login --username ${CI_REGISTRY2_USER} --password-stdin $CI_REGISTRY2_URL"
- "mkdir -p /root/.gnupg"
- "echo ${CI_GPG_KEYRING} | base64 -d > /root/.gnupg/pubring.gpg"
- "apk add sed helm curl"
- "helm plugin install https://github.com/sigstore/helm-sigstore"
......@@ -613,7 +614,7 @@ release-docs:
refs:
- /^release-.*/
before_script:
- "apk add git make sed wget ssh"
- "apk add git make sed wget openssh"
script:
- make docs
- eval $(ssh-agent -s)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment