Skip to content
Snippets Groups Projects
Verified Commit f7f20f5c authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

add temporary test job

parent 3906323e
No related branches found
No related tags found
1 merge request!80Resolve "Automatically push helm chart to chart repository"
Pipeline #10358 failed with stages
in 56 seconds
......@@ -67,3 +67,10 @@ build-wp:
when: on_success
- if: '$CI_COMMIT_TAG'
when: on_success
test:
stage: lint-helm-chart
script:
- echo "Chart dir '$CHART_DIR'"
- echo "${CHART_DIR}/Chart.yaml"
- ls ${CHART_DIR}/Chart.yaml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment