Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aalves08 committed Dec 4, 2024
1 parent fe7bfb0 commit 8a89219
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/scripts/test-extensions-creators-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ validate_tagged_extension_creator() {
# generate skeleton app
npm init @rancher/extension@${TAG} test-pkg --app-name test-app | cat

cd test-pkg
pushd test-pkg > /dev/null

# install dependencies
yarn install
Expand All @@ -44,14 +44,13 @@ validate_tagged_extension_creator() {


if [ $UPDATE == "true" ]; then
pushd $DIR > /dev/null
cd test-pkg

echo "*** ***************************************** ***"
echo "*** Testing FULL UPGRADE path for extensions ***"
echo "*** ***************************************** ***"
echo "=> Testing UPGRADE from legacy-v1 to legacy-v2"

yarn install

git init

npm init @rancher/extension@legacy-v2 -- --update
Expand Down

0 comments on commit 8a89219

Please sign in to comment.