From 2afa9ca80ae34e97ae63e71eaa5565d973661eeb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 03:38:42 +0000 Subject: [PATCH 1/2] chore(deps): update ghcr.io/nextcloud/continuous-integration-android8 docker tag to v4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3aac6e985..220b17561 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ name: generic steps: - name: generic - image: ghcr.io/nextcloud/continuous-integration-android8:3 + image: ghcr.io/nextcloud/continuous-integration-android8:4 commands: - ./gradlew --console=plain assembleGeneric @@ -27,7 +27,7 @@ name: gplay steps: - name: gplay - image: ghcr.io/nextcloud/continuous-integration-android8:3 + image: ghcr.io/nextcloud/continuous-integration-android8:4 commands: - ./gradlew --console=plain assembleGplay @@ -46,7 +46,7 @@ name: tests steps: - name: all - image: ghcr.io/nextcloud/continuous-integration-android8:3 + image: ghcr.io/nextcloud/continuous-integration-android8:4 privileged: true commands: - emulator -avd android -no-snapshot -gpu swiftshader_indirect -no-window -no-audio -skin 500x833 & From 71c8719f8851c006430ba4852c81b6db2e07ff52 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Mon, 17 Feb 2025 19:09:06 +0100 Subject: [PATCH 2/2] ci: Update signature Signed-off-by: Andy Scherzinger --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 220b17561..c76135967 100644 --- a/.drone.yml +++ b/.drone.yml @@ -81,4 +81,6 @@ trigger: - pull_request --- kind: signature -hmac: cdce3f7eea46ef85c0223f62f66d1fe53d7dad007ef095c9f70fa063450d8c75 +hmac: cf0c19e54fa45d1ee226f5f05202a32329b90aaf46711ea073c566a4c4a8a6c5 + +...