Update .gitlab-ci.yml

This commit is contained in:
Luke 2022-02-03 03:58:00 +00:00
parent 60f923d068
commit 3d95ea64fe

View File

@ -13,9 +13,9 @@ stages:
- lint_helm - lint_helm
- deploy - deploy
lint_helm_on_merge_request: lint_helm:
image: alpine/helm image: alpine/helm
stage: lint_python stage: lint_helm
script: script:
- echo "Linting Helm chart" - echo "Linting Helm chart"
- helm lint ./helm - helm lint ./helm
@ -24,7 +24,7 @@ lint_helm_on_merge_request:
- helm/* - helm/*
lint_python_on_merge_request: lint_python:
image: python:alpine image: python:alpine
stage: lint_python stage: lint_python
script: script: