Loading .gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -131,7 +131,6 @@ update_values: package_publish: stage: package_publish allow_failure: true image: name: labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.ops/cicd/integration.tests/alpine/helm:3.17.2 entrypoint: [""] Loading @@ -145,7 +144,7 @@ package_publish: before_script: - git fetch origin - git reset --hard origin/main - helm registry login -u "${HELM_REGISTRY_USER}" -p "${HELM_REGISTRY_PASSWORD}" registry.ubitech.eu - helm registry login -u "${HELM_REGISTRY_USER}" -p "${HELM_REGISTRY_PASSWORD}" labs.etsi.org:5050 - helm plugin install --version=v0.9.0 https://github.com/chartmuseum/helm-push.git #- source skip.env script: Loading Loading
.gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -131,7 +131,6 @@ update_values: package_publish: stage: package_publish allow_failure: true image: name: labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.ops/cicd/integration.tests/alpine/helm:3.17.2 entrypoint: [""] Loading @@ -145,7 +144,7 @@ package_publish: before_script: - git fetch origin - git reset --hard origin/main - helm registry login -u "${HELM_REGISTRY_USER}" -p "${HELM_REGISTRY_PASSWORD}" registry.ubitech.eu - helm registry login -u "${HELM_REGISTRY_USER}" -p "${HELM_REGISTRY_PASSWORD}" labs.etsi.org:5050 - helm plugin install --version=v0.9.0 https://github.com/chartmuseum/helm-push.git #- source skip.env script: Loading