Skip to content

Commit

Permalink
Merge pull request #176 from marquiz/release-0.2
Browse files Browse the repository at this point in the history
[release-0.2] scripts: update helm-publisher
  • Loading branch information
fmuyassarov authored Oct 25, 2023
2 parents 95e1402 + fd5c13d commit b091248
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 b091248

Please sign in to comment.