From 0198b11589ce055deab20c7ce9e16fa8246762f0 Mon Sep 17 00:00:00 2001 From: Alexander Andryashin Date: Tue, 5 Jul 2022 19:56:00 +0300 Subject: [PATCH] Add ci scripts. --- ci/build.sh | 1 + ci/test.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/ci/build.sh b/ci/build.sh index 190701b..1ced521 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -15,6 +15,7 @@ mkdir -p "$output_dir" helm package moon --destination "$output_dir" helm package moon2 --destination "$output_dir" --version "$version" helm package browser-ops --destination "$output_dir" --version "$version" +helm package license-ops --destination "$output_dir" --version "$version" cd "$output_dir" wget "$CHARTS_REPO/index.yaml" || true helm repo index . --url "$CHARTS_REPO" --merge index.yaml diff --git a/ci/test.sh b/ci/test.sh index da4685c..b4c598e 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -3,3 +3,4 @@ helm lint moon helm lint moon2 helm lint browser-ops +helm lint license-ops