From 71158c4d993593763fc85972a45206197c6a0864 Mon Sep 17 00:00:00 2001 From: Emma Sauerborn Date: Tue, 27 Aug 2024 15:03:00 -0400 Subject: [PATCH] update mega app name --- build-system-tests/scripts/mega-app-build.sh | 5 ----- build-system-tests/scripts/mega-app-copy-files.sh | 5 ----- build-system-tests/scripts/mega-app-create-app.sh | 5 ----- build-system-tests/scripts/mega-app-install.sh | 5 ----- build-system-tests/scripts/setup-mega-app.sh | 2 +- 5 files changed, 1 insertion(+), 21 deletions(-) diff --git a/build-system-tests/scripts/mega-app-build.sh b/build-system-tests/scripts/mega-app-build.sh index c550e46b892..d98c2091aa0 100755 --- a/build-system-tests/scripts/mega-app-build.sh +++ b/build-system-tests/scripts/mega-app-build.sh @@ -72,11 +72,6 @@ while [[ $# -gt 0 ]]; do shift done -# Check if MEGA_APP_NAME is provided -if [[ -z "$MEGA_APP_NAME" ]]; then - MEGA_APP_NAME="$FRAMEWORK-$FRAMEWORK_VERSION-$BUILD_TOOL-$BUILD_TOOL_VERSION-$LANGUAGE" -fi - echo "########################" echo "# Start Mega App Build #" echo "########################" diff --git a/build-system-tests/scripts/mega-app-copy-files.sh b/build-system-tests/scripts/mega-app-copy-files.sh index 56e6e603efa..fc5da77ba9f 100755 --- a/build-system-tests/scripts/mega-app-copy-files.sh +++ b/build-system-tests/scripts/mega-app-copy-files.sh @@ -60,11 +60,6 @@ while [[ $# -gt 0 ]]; do shift done -# Check if MEGA_APP_NAME is provided -if [[ -z "$MEGA_APP_NAME" ]]; then - MEGA_APP_NAME="$FRAMEWORK-$FRAMEWORK_VERSION-$BUILD_TOOL-$BUILD_TOOL_VERSION-$LANGUAGE" -fi - echo "#######################" echo "# Start Copying Files #" echo "#######################" diff --git a/build-system-tests/scripts/mega-app-create-app.sh b/build-system-tests/scripts/mega-app-create-app.sh index c5a3aa6b0c1..ca7b7a85038 100755 --- a/build-system-tests/scripts/mega-app-create-app.sh +++ b/build-system-tests/scripts/mega-app-create-app.sh @@ -60,11 +60,6 @@ while [[ $# -gt 0 ]]; do shift done -# Check if MEGA_APP_NAME is provided -if [[ -z "$MEGA_APP_NAME" ]]; then - MEGA_APP_NAME="$FRAMEWORK-$FRAMEWORK_VERSION-$BUILD_TOOL-$BUILD_TOOL_VERSION-$LANGUAGE" -fi - echo "###########################" echo "# Start Creating Mega App #" echo "###########################" diff --git a/build-system-tests/scripts/mega-app-install.sh b/build-system-tests/scripts/mega-app-install.sh index 0f9e5e97a0f..d98a28e0b44 100755 --- a/build-system-tests/scripts/mega-app-install.sh +++ b/build-system-tests/scripts/mega-app-install.sh @@ -81,11 +81,6 @@ while [[ $# -gt 0 ]]; do shift done -# Check if MEGA_APP_NAME is provided -if [[ -z "$MEGA_APP_NAME" ]]; then - MEGA_APP_NAME="$FRAMEWORK-$FRAMEWORK_VERSION-$BUILD_TOOL-$BUILD_TOOL_VERSION-$LANGUAGE" -fi - echo "##########################" echo "# Start Mega App Install #" echo "##########################" diff --git a/build-system-tests/scripts/setup-mega-app.sh b/build-system-tests/scripts/setup-mega-app.sh index 65a6d774d01..52b0fab5c82 100755 --- a/build-system-tests/scripts/setup-mega-app.sh +++ b/build-system-tests/scripts/setup-mega-app.sh @@ -86,7 +86,7 @@ done # Check if MEGA_APP_NAME is provided if [[ -z "$MEGA_APP_NAME" ]]; then - MEGA_APP_NAME="$FRAMEWORK-$FRAMEWORK_VERSION-$BUILD_TOOL-$BUILD_TOOL_VERSION-$LANGUAGE" + MEGA_APP_NAME="$FRAMEWORK-$FRAMEWORK_VERSION-$BUILD_TOOL-$BUILD_TOOL_VERSION-$LANGUAGE-ui-$TAG" fi echo "##################"