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

install helm

parent 594be94b
Branches
No related tags found
No related merge requests found
......@@ -78,6 +78,8 @@ push_docker_image:
test_build_deploy_helm_chart:
stage: publish
before_script:
- apk add --no-cache helm curl
script:
- FAILED_STAGE=$CI_JOB_STAGE
- HELM_CHART_VERSION=$(./gitlab/get_tag_version.sh)
......@@ -95,6 +97,8 @@ trigger_dev_rollout:
stage: rollout
only:
- main
before_script:
- ./gitlab/configure_git.sh
script:
- |
FAILED_STAGE=$CI_JOB_STAGE
......@@ -111,6 +115,8 @@ trigger_test_rollout:
stage: rollout
only:
- release
before_script:
- ./gitlab/configure_git.sh
script:
- |
FAILED_STAGE=$CI_JOB_STAGE
......
File moved
#!/usr/bin/env bash
. "$CI_PROJECT_DIR"/gitlab/configure_common_tools.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