Эх сурвалжийг харах

Merge pull request #848 from nextcloud/fix-drone

Fix drone
Mario Đanić 8 жил өмнө
parent
commit
24ed2a1249
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      .drone.yml

+ 2 - 2
.drone.yml

@@ -11,9 +11,9 @@ pipeline:
       # - ./gradlew connectedDebugAndroidTest --info
       # install app, then assemble and install instrumented tests of app module
       - ./gradlew :installGenericDebug
-      - ./gradlew :installModifiedDebug
+      #- ./gradlew :installModifiedDebug
       - ./gradlew :installGenericDebugAndroidTest
-      - ./gradlew :installModifiedDebugAndroidTest
+      #- ./gradlew :installModifiedDebugAndroidTest
       # run sample instrumented unit test
       # TODO fails because test runner is not available
       #- adb shell am instrument -w -e debug false -e class com.owncloud.android.datamodel.OCFileUnitTest com.owncloud.android.test/android.support.test.runner.AndroidJUnitRunner