浏览代码

Merge pull request #3478 from nextcloud/droneImage

new android image for drone
Tobias Kaminsky 6 年之前
父节点
当前提交
a641d528d2
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      .drone.yml

+ 3 - 3
.drone.yml

@@ -1,6 +1,6 @@
 pipeline:
 pipeline:
     compile:
     compile:
-        image: nextcloudci/android:android-42
+        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]
 
 
     test:
     test:
-        image: nextcloudci/android:android-42
+        image: nextcloudci/android:android-44
         privileged: true
         privileged: true
         commands:
         commands:
         - emulator -avd android-27 -no-window -no-audio &
         - emulator -avd android-27 -no-window -no-audio &
@@ -27,7 +27,7 @@ pipeline:
                 FLAVOR: Gplay
                 FLAVOR: Gplay
 
 
     analysis:
     analysis:
-        image: nextcloudci/android:android-42
+        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