소스 검색

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:
     compile:
-        image: nextcloudci/android:android-42
+        image: nextcloudci/android:android-44
         commands:
         # build app and assemble APK
         - sh -c "if [ '${FLAVOR}' != 'Analysis' ]; then ./gradlew assemble${FLAVOR}; fi"
@@ -9,7 +9,7 @@ pipeline:
                 FLAVOR: [Generic, Gplay]
 
     test:
-        image: nextcloudci/android:android-42
+        image: nextcloudci/android:android-44
         privileged: true
         commands:
         - emulator -avd android-27 -no-window -no-audio &
@@ -27,7 +27,7 @@ pipeline:
                 FLAVOR: Gplay
 
     analysis:
-        image: nextcloudci/android:android-42
+        image: nextcloudci/android:android-44
         commands:
         - 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