dockerfile chages

This commit is contained in:
Sidharth Bamba
2021-10-15 22:30:50 +05:30
parent 4ca0af66b0
commit 45f62894f7

View File

@@ -38,14 +38,9 @@ RUN bash -c " \
if [ $FLAVOR = E2ETEST ] ; then \
./gradlew clean :app:testDevDebugUnitTest --tests com.naviapp.CustomerDataCleanup; \
cleanup=$? ; \
echo "$cleanup" ; \
./gradlew clean :app:testDevDebugUnitTest --tests com.naviapp.BrowserStackInit -PtestType=\"e2e\" executeE2ETests; \
execution=$? ; \
echo "$execution" ; \
./gradlew clean :app:testDevDebugUnitTest --tests com.naviapp.MockDataCleanup --info; \
postCleanup=$? ; \
echo "$postCleanup" ; \
./gradlew clean :app:testDevDebugUnitTest --tests com.naviapp.MockDataCleanup ; \
\
elif [ $FLAVOR = DEV ] ; then \
./gradlew clean \