Browse Source

Update drone image

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 6 năm trước cách đây
mục cha
commit
469483d67d
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      .drone.yml

+ 2 - 2
.drone.yml

@@ -1,6 +1,6 @@
 pipeline:
 pipeline:
   compile:
   compile:
-    image: nextcloudci/android:android-35
+    image: nextcloudci/android:android-44
     commands:
     commands:
       # build app and assemble APK
       # build app and assemble APK
       - sh -c "if [ '${FLAVOR}' != 'Analysis' ]; then ./gradlew assemble${FLAVOR}; fi"
       - sh -c "if [ '${FLAVOR}' != 'Analysis' ]; then ./gradlew assemble${FLAVOR}; fi"
@@ -9,7 +9,7 @@ pipeline:
         FLAVOR: [Generic, Gplay]
         FLAVOR: [Generic, Gplay]
 
 
   analysis:
   analysis:
-    image: nextcloudci/android:android-37
+    image: nextcloudci/android:android-44
     commands:
     commands:
       - export BRANCH=$(scripts/analysis/getBranchName.sh $GIT_USERNAME $GIT_TOKEN $DRONE_PULL_REQUEST)
       - export BRANCH=$(scripts/analysis/getBranchName.sh $GIT_USERNAME $GIT_TOKEN $DRONE_PULL_REQUEST)
       - scripts/analysis/analysis-wrapper.sh $GIT_USERNAME $GIT_TOKEN $BRANCH $LOG_USERNAME $LOG_PASSWORD $DRONE_BUILD_NUMBER $DRONE_PULL_REQUEST
       - scripts/analysis/analysis-wrapper.sh $GIT_USERNAME $GIT_TOKEN $BRANCH $LOG_USERNAME $LOG_PASSWORD $DRONE_BUILD_NUMBER $DRONE_PULL_REQUEST