Skip to content

Commit

Permalink
scripts: update helm-publisher
Browse files Browse the repository at this point in the history
Relax the too strict glob.

Signed-off-by: Markus Lehtonen <[email protected]>
(cherry picked from commit 20a610f)
  • Loading branch information
marquiz committed Oct 25, 2023
1 parent 6c72153 commit fd5c13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/helm-publisher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ -n "$charts_urls" ]; then
if ! helm repo index . --url "$base_url" --merge "$index_file"; then
echo "Failed to update "$index_file" for: $base_url"
fi
rm nri-resource-policy-*.tgz
rm *chart*.tgz
fi
done
else
Expand Down

0 comments on commit fd5c13d

Please sign in to comment.