From 741cb7501c57d6c3dc0945c71da8333f29f762f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Brey?= Date: Wed, 18 May 2022 16:40:29 +0200 Subject: [PATCH] drone: Use newer ci image with java 11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Brey --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4f33e4cd6..45b6b5ae6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: generic steps: - name: generic - image: nextcloudci/android:android-44 + image: ghcr.io/nextcloud/continuous-integration-android8:2 commands: - ./gradlew --console=plain assembleGeneric @@ -22,7 +22,7 @@ name: gplay steps: - name: gplay - image: nextcloudci/android:android-44 + image: ghcr.io/nextcloud/continuous-integration-android8:2 commands: - ./gradlew --console=plain assembleGplay @@ -40,7 +40,7 @@ name: tests steps: - name: all - image: nextcloudci/android:android-49 + image: ghcr.io/nextcloud/continuous-integration-android8:2 privileged: true commands: - emulator-headless -avd android-27 -no-snapshot -gpu swiftshader_indirect -no-window -no-audio -skin 500x833 & @@ -80,7 +80,7 @@ name: analysis steps: - name: analysis - image: nextcloudci/android:android-44 + image: ghcr.io/nextcloud/continuous-integration-android8:2 environment: GIT_USERNAME: from_secret: GIT_USERNAME