Skip to content

Commit

Permalink
remove rancher-components folder to prevent releasing outdated versio…
Browse files Browse the repository at this point in the history
…n of shell pkg on a manual release (#11331)
  • Loading branch information
aalves08 authored Jul 3, 2024
1 parent be747fd commit 5e8fcc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell/scripts/publish-shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5e8fcc2

Please sign in to comment.