From 5e8fcc2ff9abb63ab946111167c55f63c61e6b25 Mon Sep 17 00:00:00 2001 From: Alexandre Alves <97888974+aalves08@users.noreply.github.com> Date: Wed, 3 Jul 2024 13:57:40 +0100 Subject: [PATCH] remove rancher-components folder to prevent releasing outdated version of shell pkg on a manual release (#11331) --- shell/scripts/publish-shell.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/scripts/publish-shell.sh b/shell/scripts/publish-shell.sh index 4c5980a1c01..e2e522f11b1 100755 --- a/shell/scripts/publish-shell.sh +++ b/shell/scripts/publish-shell.sh @@ -67,6 +67,7 @@ function publish() { # For now, copy the rancher components into the shell and ship them with it if [ "$NAME" == "Shell" ]; then echo "Adding Rancher Components" + rm -rf ./rancher-components cp -R ${BASE_DIR}/pkg/rancher-components/src/components ./rancher-components/ fi