Loading templates/gitlab-ci-helm.yml +22 −21 Original line number Diff line number Diff line Loading @@ -115,6 +115,7 @@ variables: stages: - test - package-build - package-test - deploy - publish - production Loading Loading @@ -518,7 +519,7 @@ stages: image: name: $HELM_KUBE_SCORE_IMAGE entrypoint: [""] stage: test stage: package-test before_script: - *helm-scripts - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" Loading Loading
templates/gitlab-ci-helm.yml +22 −21 Original line number Diff line number Diff line Loading @@ -115,6 +115,7 @@ variables: stages: - test - package-build - package-test - deploy - publish - production Loading Loading @@ -518,7 +519,7 @@ stages: image: name: $HELM_KUBE_SCORE_IMAGE entrypoint: [""] stage: test stage: package-test before_script: - *helm-scripts - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" Loading