Skip to content

Commit

Permalink
Always fail when not able to download index.yaml from charts
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Dec 20, 2023
1 parent 9d14729 commit 6af7d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ for package in moon moon2 browser-ops license-ops boot; do
helm package "$package" --destination "$output_dir" --version "$version"
done
cd "$output_dir"
wget "$CHARTS_REPO/index.yaml" || true
wget -O index.yaml "$CHARTS_REPO/index.yaml"
helm repo index . --url "$CHARTS_REPO" --merge index.yaml

0 comments on commit 6af7d75

Please sign in to comment.