Skip to content

Commit

Permalink
update mega app name
Browse files Browse the repository at this point in the history
  • Loading branch information
esauerbo committed Aug 27, 2024
1 parent eb38806 commit 71158c4
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 21 deletions.
5 changes: 0 additions & 5 deletions build-system-tests/scripts/mega-app-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "########################"
Expand Down
5 changes: 0 additions & 5 deletions build-system-tests/scripts/mega-app-copy-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "#######################"
Expand Down
5 changes: 0 additions & 5 deletions build-system-tests/scripts/mega-app-create-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "###########################"
Expand Down
5 changes: 0 additions & 5 deletions build-system-tests/scripts/mega-app-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "##########################"
Expand Down
2 changes: 1 addition & 1 deletion build-system-tests/scripts/setup-mega-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "##################"
Expand Down

0 comments on commit 71158c4

Please sign in to comment.