mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 14:45:47 +03:00
Bump drone image to 8:3
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
17658fc148
commit
4ba2720498
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ name: tests-stable
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: gplay
|
- name: gplay
|
||||||
image: ghcr.io/nextcloud/continuous-integration-android8:2
|
image: ghcr.io/nextcloud/continuous-integration-android8:3
|
||||||
privileged: true
|
privileged: true
|
||||||
environment:
|
environment:
|
||||||
LOG_USERNAME:
|
LOG_USERNAME:
|
||||||
|
@ -65,7 +65,7 @@ name: tests-master
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: gplay
|
- name: gplay
|
||||||
image: ghcr.io/nextcloud/continuous-integration-android8:2
|
image: ghcr.io/nextcloud/continuous-integration-android8:3
|
||||||
privileged: true
|
privileged: true
|
||||||
environment:
|
environment:
|
||||||
LOG_USERNAME:
|
LOG_USERNAME:
|
||||||
|
@ -120,7 +120,7 @@ name: allScreenshots
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: runAllScreenshots
|
- name: runAllScreenshots
|
||||||
image: ghcr.io/nextcloud/continuous-integration-android8:2
|
image: ghcr.io/nextcloud/continuous-integration-android8:3
|
||||||
privileged: true
|
privileged: true
|
||||||
environment:
|
environment:
|
||||||
GIT_USERNAME:
|
GIT_USERNAME:
|
||||||
|
|
Loading…
Reference in a new issue