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