From e128b2362fe4145ed74c92b7cd0d531c1053f75a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Thu, 4 Mar 2021 18:23:42 +0100 Subject: [PATCH] Add helm lint to CI pipeline --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a4d19731..66c09b7f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab