forked from catalin/fukuops
ci: add kaniko action that builds nextcloud
This commit is contained in:
parent
7165d219ac
commit
811b35832e
4 changed files with 28 additions and 8 deletions
6
Makefile
6
Makefile
|
|
@ -4,16 +4,10 @@ lint--pre-commit:
|
|||
lint--kubeconform:
|
||||
kubeconform -strict -ignore-missing-schemas k8s/
|
||||
|
||||
SHELl=/bin/bash
|
||||
lint--kubescore:
|
||||
kube-score score $$(find k8s -type f -print -name "*.yaml")
|
||||
|
||||
lint--tflint:
|
||||
tflint --recursive
|
||||
|
||||
|
||||
lint:
|
||||
make lint--pre-commit
|
||||
make lint--kubeconform
|
||||
make lint--kube
|
||||
make lint--tflint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue