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

Fix broken entrypoint syntx

parent e9c4b5ea
No related branches found
No related tags found
1 merge request!60Introduce a Theodolite Helm chart for deploying all dependencies
......@@ -19,10 +19,11 @@ stages:
lint-helm:
stage: check
image: alpine/helm:3.5.2
image:
name: alpine/helm:3.5.2
entrypoint: [""]
tags:
- exec-docker
entrypoint: [""]
script: helm lint execution/helm/theodolite-chart/
......
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