diff --git a/.drone.yml b/.drone.yml index 02f77c68..f98649cf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ name: tests steps: - name: gplay - image: ghcr.io/nextcloud/continuous-integration-android8:3 + image: ghcr.io/nextcloud/continuous-integration-android8:4 environment: LOG_USERNAME: from_secret: LOG_USERNAME @@ -50,7 +50,7 @@ name: analysis steps: - name: analysis - image: ghcr.io/nextcloud/continuous-integration-android8:3 + image: ghcr.io/nextcloud/continuous-integration-android8:4 environment: GIT_USERNAME: from_secret: GIT_USERNAME @@ -95,4 +95,6 @@ trigger: - pull_request --- kind: signature -hmac: 63263551ebeb116915aced69ffc0181e21708ba297481d7f9b23bb781cb237ef +hmac: 89c97c7ee551bee0d6991c56f8673c0cb04478fa87eb9f2dc88d93710fc67f77 + +...