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

Fixed pipeline

parent ce7c3d5d
No related branches found
No related tags found
No related merge requests found
...@@ -384,7 +384,7 @@ release-helm: ...@@ -384,7 +384,7 @@ release-helm:
dependencies: dependencies:
- build-helm - build-helm
before_script: before_script:
- "apk add sed helm" - "apk add --no-cache sed helm make"
- "docker logout ${CI_REGISTRY_URL}" - "docker logout ${CI_REGISTRY_URL}"
- "echo ${CI_REGISTRY_PASSWORD} | docker login --username ${CI_REGISTRY_USER} --password-stdin ${CI_REGISTRY_URL}" - "echo ${CI_REGISTRY_PASSWORD} | docker login --username ${CI_REGISTRY_USER} --password-stdin ${CI_REGISTRY_URL}"
- "docker logout ${CI_REGISTRY2_URL}" - "docker logout ${CI_REGISTRY2_URL}"
...@@ -420,7 +420,7 @@ release-docs: ...@@ -420,7 +420,7 @@ release-docs:
- "cp -r ./site/* ./final/${DOC_VERSION}" # mkdocs - "cp -r ./site/* ./final/${DOC_VERSION}" # mkdocs
- "cp .docker/dist.tar.gz ./final/${APP_VERSION}/dist.tar.gz" # dist - "cp .docker/dist.tar.gz ./final/${APP_VERSION}/dist.tar.gz" # dist
- "cp .docs/index.html.tpl ./final/${APP_VERSION}/index.html" # redirect patch docs - "cp .docs/index.html.tpl ./final/${APP_VERSION}/index.html" # redirect patch docs
- sed -i "s/\${DOC_VERSION}/${DOC_VERSION}/g" index.html - sed -i "s/\${DOC_VERSION}/${DOC_VERSION}/g" ./final/${APP_VERSION}/index.html
- "bash ./.gitlab/gen-badge.sh" - "bash ./.gitlab/gen-badge.sh"
- eval $(ssh-agent -s) - eval $(ssh-agent -s)
- "mkdir -p /root/.ssh" - "mkdir -p /root/.ssh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment