dockerfile updated
This commit is contained in:
@@ -38,13 +38,13 @@ RUN bash -c " \
|
||||
if [ $FLAVOR = E2ETEST ] ; then \
|
||||
|
||||
./gradlew clean :app:testDevDebugUnitTest --tests com.naviapp.CustomerDataCleanup --info; \
|
||||
cleanup=$?
|
||||
cleanup=$? ; \
|
||||
echo '$cleanup' ; \
|
||||
./gradlew clean :app:testDevDebugUnitTest --tests com.naviapp.BrowserStackInit -PtestType=\"e2e\" executeE2ETests --info; \
|
||||
execution=$?
|
||||
execution=$? ; \
|
||||
echo '$execution' ; \
|
||||
./gradlew clean :app:testDevDebugUnitTest --tests com.naviapp.MockDataCleanup --info; \
|
||||
postCleanup=$?
|
||||
postCleanup=$? ; \
|
||||
echo '$postCleanup' ; \
|
||||
\
|
||||
elif [ $FLAVOR = DEV ] ; then \
|
||||
|
||||
Reference in New Issue
Block a user