Update .gitlab-ci.yml

This commit is contained in:
Luke 2022-02-03 03:58:00 +00:00
parent d4d1af4599
commit e776a9f99b

View File

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