Update .gitlab-ci.yml
This commit is contained in:
parent
60f923d068
commit
3d95ea64fe
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user