Skip to content

Commit

Permalink
add missing checks for extensions that have now been migrated to vue3 (
Browse files Browse the repository at this point in the history
…#12731)

* add missing checks for extensions that have now been migrated to vue3

* add -W flag to ignore workspace root check
  • Loading branch information
aalves08 authored Dec 9, 2024
1 parent 08da383 commit c36fe42
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions shell/scripts/test-plugins-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function clone_repo_test_extension_build() {
echo -e "\nInstalling newly built shell version\n"

# installing new version of shell
yarn add @rancher/shell@${SHELL_VERSION}
yarn add @rancher/shell@${SHELL_VERSION} -W

# test build-pkg
FORCE_COLOR=true yarn build-pkg $PKG_NAME | cat
Expand All @@ -224,6 +224,7 @@ function clone_repo_test_extension_build() {
clone_repo_test_extension_build "rancher" "kubewarden-ui" "kubewarden"
clone_repo_test_extension_build "rancher" "elemental-ui" "elemental"
clone_repo_test_extension_build "neuvector" "manager-ext" "neuvector-ui-ext"
# clone_repo_test_extension_build "rancher" "capi-ui-extension" "capi"
clone_repo_test_extension_build "rancher" "capi-ui-extension" "capi"
clone_repo_test_extension_build "StackVista" "rancher-extension-stackstate" "observability"

echo "All done"

0 comments on commit c36fe42

Please sign in to comment.