Skip to content
Snippets Groups Projects
Commit 1b0bde98 authored by Lukas Malte Monnerjahn's avatar Lukas Malte Monnerjahn
Browse files

disable publishing the helm chart

ci runner doesn't support helm
parent 1b04010f
No related branches found
No related tags found
No related merge requests found
Pipeline #1419 passed
......@@ -58,6 +58,8 @@ verify:
- sh "helm package --version=${HELM_CHART_VERSION} ."
- helm package helm-chart
- curl -u ${NEXUS_USER}:${NEXUS_PASSWORD} ${NEXUS_HELM_URL}${HELM_REPO} -F file=@'''+${HELMCHART_NAME}+'''-'''+${HELM_CHART_VERSION}+'''.tgz
rules:
- when: never # The runner does not support helm yet
# Merge request jobs
push-merge-request-image-gitlab:
......@@ -104,8 +106,10 @@ push-snapshot-helm-chart-nexus:
HELM_REPO: ozg-base-apps-snapshot
before_script:
- export HELM_CHART_VERSION="$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout $MAVEN_CLI_OPTS)-${CI_COMMIT_BRANCH}-${CI_COMMIT_SHORT_SHA}"
only:
- main
# only:
# - main
rules:
- when: never # The runner does not support helm yet
# Release jobs
push-release-image-gitlab:
......@@ -137,3 +141,4 @@ push-release-helm-chart-nexus:
- export HELM_CHART_VERSION=$CI_COMMIT_TAG
rules:
- if: $CI_COMMIT_TAG
- when: never # The runner does not support helm yet
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment