Browse Source

Fix drone

Mario Danic 8 năm trước cách đây
mục cha
commit
4cd4af9824
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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