Skip to content
Snippets Groups Projects
Commit 5c874149 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

install helm

parent 594be94b
No related branches found
No related tags found
No related merge requests found
...@@ -78,6 +78,8 @@ push_docker_image: ...@@ -78,6 +78,8 @@ push_docker_image:
test_build_deploy_helm_chart: test_build_deploy_helm_chart:
stage: publish stage: publish
before_script:
- apk add --no-cache helm curl
script: script:
- FAILED_STAGE=$CI_JOB_STAGE - FAILED_STAGE=$CI_JOB_STAGE
- HELM_CHART_VERSION=$(./gitlab/get_tag_version.sh) - HELM_CHART_VERSION=$(./gitlab/get_tag_version.sh)
...@@ -95,6 +97,8 @@ trigger_dev_rollout: ...@@ -95,6 +97,8 @@ trigger_dev_rollout:
stage: rollout stage: rollout
only: only:
- main - main
before_script:
- ./gitlab/configure_git.sh
script: script:
- | - |
FAILED_STAGE=$CI_JOB_STAGE FAILED_STAGE=$CI_JOB_STAGE
...@@ -111,6 +115,8 @@ trigger_test_rollout: ...@@ -111,6 +115,8 @@ trigger_test_rollout:
stage: rollout stage: rollout
only: only:
- release - release
before_script:
- ./gitlab/configure_git.sh
script: script:
- | - |
FAILED_STAGE=$CI_JOB_STAGE FAILED_STAGE=$CI_JOB_STAGE
......
File moved
#!/usr/bin/env bash #!/usr/bin/env bash
. "$CI_PROJECT_DIR"/gitlab/configure_common_tools.sh
. "$CI_PROJECT_DIR"/gitlab/configure_maven.sh . "$CI_PROJECT_DIR"/gitlab/configure_maven.sh
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment