Browse Source

test new image

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke 8 năm trước cách đây
mục cha
commit
5548d17bc4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -1,6 +1,6 @@
 pipeline:
   test:
-    image: nextcloudci/android:android-7
+    image: nextcloudci/android:android-14
     commands:
       - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 20M
       - emulator -avd test -no-window &