mirror of
https://github.com/coder/code-server.git
synced 2026-05-08 21:37:27 +02:00
refactor: add helm script and job
This commit is contained in:
14
ci/dev/helm.sh
Executable file
14
ci/dev/helm.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
main() {
|
||||
cd "$(dirname "$0")/../.."
|
||||
|
||||
if command -v helm && helm kubeval --help > /dev/null; then
|
||||
helm kubeval ci/helm-chart
|
||||
fi
|
||||
|
||||
cd "$OLDPWD"
|
||||
}
|
||||
|
||||
main "$@"
|
||||
Reference in New Issue
Block a user