mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-08-31 08:39:24 +00:00
fix(scripts): cleanup temporary release archives after plugin installation (#711)
This commit is contained in:
@@ -100,6 +100,9 @@ mkdir -p "releases/v${version}"
|
|||||||
|
|
||||||
install_plugin "$version" "$url" "releases/v${version}.tar.gz" "releases/v${version}"
|
install_plugin "$version" "$url" "releases/v${version}.tar.gz" "releases/v${version}"
|
||||||
|
|
||||||
|
# Clean up temporary release artifacts
|
||||||
|
rm -rf "releases/v${version}.tar.gz" "releases/v${version}"
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "Helm Dashboard is installed. To start it, run the following command:"
|
echo "Helm Dashboard is installed. To start it, run the following command:"
|
||||||
echo "helm dashboard"
|
echo "helm dashboard"
|
||||||
|
|||||||
Reference in New Issue
Block a user