Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
lack of FF means one less project
Browse files Browse the repository at this point in the history
  • Loading branch information
gamerson committed Aug 24, 2023
1 parent 2aa9ed3 commit c390032
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions tests/functional/test-new-static-projects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,6 @@ $CLI ext create \
--args=id="golf-theme-favicon" \
--args=Name="Golf Theme Favicon"

$CLI ext create \
-d ${WORKSPACE_PATH} \
-v \
--noprompt \
-- \
--resource-path="template/theme-spritemap" \
--project-path="client-extensions/static/hotel-theme-spritemap" \
--workspace-path="/workspace" \
--args=id="hotel-theme-spritemap" \
--args=Name="Hotel Theme Spritemap"

startLocaldev

FOUND_LOCALDEV_SERVER=0
Expand All @@ -104,7 +93,7 @@ done
FOUND_EXT_PROVISION_CONFIG_MAPS=0
echo " testcheck │ FOUND_EXT_PROVISION_CONFIG_MAPS"

until [ "$FOUND_EXT_PROVISION_CONFIG_MAPS" == "8" ]; do
until [ "$FOUND_EXT_PROVISION_CONFIG_MAPS" == "7" ]; do
sleep 5
FOUND_EXT_PROVISION_CONFIG_MAPS=$(docker exec -i localdev-extension-runtime /entrypoint.sh kubectl get cm | grep ext-provision-metadata | wc -l | xargs)
done
Expand Down

0 comments on commit c390032

Please sign in to comment.