Skip to content
Snippets Groups Projects
Commit 654504d5 authored by Sören Henning's avatar Sören Henning
Browse files

Fix clustername

parent fb2af200
No related branches found
No related tags found
1 merge request!214Test Helm chart in CI pipeline
Pipeline #5666 passed
...@@ -60,7 +60,7 @@ test-helm: ...@@ -60,7 +60,7 @@ test-helm:
# - deploy-theodolite # - deploy-theodolite
variables: variables:
KUBECTL: v1.21.3 KUBECTL: v1.21.3
CLUSTERNAME: "$CI_PROJECT_NAME-CI_PIPELINE_ID" CLUSTERNAME: "$CI_PROJECT_NAME-$CI_PIPELINE_ID"
cache: cache:
paths: paths:
- helm/charts - helm/charts
......
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