Skip to content
Snippets Groups Projects
Verified Commit 198d71bf authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

ci(gitlab-ci): Remove needs that cause invalid pipelines

This patch removes the needs relation since it requires all `parallel`
jobs to be executed before continuing, which break when only one helm
chart is linted.

Error message:
'chart-package: [keycloak]' job needs 'chart-helm-unittest: [mok]' job, but 'chart-helm-unittest: [mok]' is not in any previous stage
parent 011c538e
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,6 @@ ...@@ -8,8 +8,6 @@
chart-package: chart-package:
stage: build stage: build
extends: .chart-matrix extends: .chart-matrix
needs:
- chart-helm-unittest
image: quay.io/helmpack/chart-testing:v3.6.0 image: quay.io/helmpack/chart-testing:v3.6.0
script: script:
- export TMP_DIR=$(mktemp -d) - export TMP_DIR=$(mktemp -d)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment