File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -648,7 +648,7 @@ buildAndroid() {
648648 if [ " $METAMASK_BUILD_TYPE " == " release" ] || [ " $METAMASK_BUILD_TYPE " == " main" ] ; then
649649 if [ " $IS_LOCAL " = true ] ; then
650650 buildAndroidMainLocal
651- elif [ " $METAMASK_ENVIRONMENT " = " e2e" ] || [ " $E2E " = " true" ] ; then
651+ elif [ " $METAMASK_ENVIRONMENT " = " e2e" ] && [ " $E2E " = " true" ] ; then
652652 # E2E builds use a separate function
653653 buildAndroidReleaseE2E " Prod"
654654 else
@@ -662,7 +662,7 @@ buildAndroid() {
662662 elif [ " $METAMASK_BUILD_TYPE " == " flask" ] ; then
663663 if [ " $IS_LOCAL " = true ] ; then
664664 buildAndroidFlaskLocal
665- elif [ " $METAMASK_ENVIRONMENT " = " e2e" ] || [ " $E2E " = " true" ] ; then
665+ elif [ " $METAMASK_ENVIRONMENT " = " e2e" ] && [ " $E2E " = " true" ] ; then
666666 # E2E builds use a separate function
667667 buildAndroidReleaseE2E " Flask"
668668 else
You can’t perform that action at this time.
0 commit comments