Skip to content
Snippets Groups Projects
Commit e128b236 authored by Sören Henning's avatar Sören Henning
Browse files

Add helm lint to CI pipeline

parent ebac8e7e
Branches
Tags
1 merge request!60Introduce a Theodolite Helm chart for deploying all dependencies
......@@ -15,6 +15,15 @@ stages:
variables:
DOCKER_TLS_CERTDIR: "/certs"
# Theodolite Helm Chart
lint-helm:
stage: check
image: alpine/helm:3.5.2
tags:
- exec-docker
script: helm lint execution/helm/theodolite-chart/
# Theodolite Benchmarks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment