mirror of https://git.tuxpa.in/a/code-server.git
ci: Only use helm kubeval if installed
This commit is contained in:
parent
a37572d92d
commit
79e8f3dfdb
|
@ -8,7 +8,9 @@ main() {
|
|||
stylelint $(git ls-files "*.css")
|
||||
tsc --noEmit
|
||||
shellcheck -e SC2046,SC2164,SC2154,SC1091,SC1090,SC2002 $(git ls-files "*.sh")
|
||||
helm kubeval ci/helm-chart
|
||||
if command -v helm && helm kubeval --help > /dev/null; then
|
||||
helm kubeval ci/helm-chart
|
||||
fi
|
||||
}
|
||||
|
||||
main "$@"
|
||||
|
|
Loading…
Reference in New Issue