Skip to content

Commit

Permalink
Add ci scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
aandryashin committed Jul 5, 2022
1 parent 29f097b commit 0198b11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
helm lint moon
helm lint moon2
helm lint browser-ops
helm lint license-ops

0 comments on commit 0198b11

Please sign in to comment.