From 9713f7bbf1876257af9d47c54a7646ee25d79f0e Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Tue, 19 Nov 2024 13:29:34 +0100 Subject: [PATCH] use new emulator image Signed-off-by: tobiasKaminsky --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index b768c38b0..30eec7f8c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ name: test-master steps: - name: test - image: ghcr.io/nextcloud/continuous-integration-android8:3 + image: ghcr.io/nextcloud/continuous-integration-android8:4 privileged: true environment: LOG_USERNAME: @@ -125,7 +125,7 @@ name: test-stable steps: - name: test - image: ghcr.io/nextcloud/continuous-integration-android8:3 + image: ghcr.io/nextcloud/continuous-integration-android8:4 privileged: true environment: LOG_USERNAME: @@ -235,6 +235,6 @@ trigger: - pull_request --- kind: signature -hmac: 89e882ffda9050c5a514bfd3fa0e43bbf3e9acc83acaead0104d2570a66663ce +hmac: 3e71a44f6f57a4d4d853c586c0c322bf0b718d96627906b92864e12353e5a014 ...