mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
Merge pull request #4346 from nextcloud/newAndroid
use new Android docker image
This commit is contained in:
commit
8b60ae8b91
1 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ name: generic
|
|||
|
||||
steps:
|
||||
- name: generic
|
||||
image: nextcloudci/android:android-49
|
||||
image: nextcloudci/android:android-51
|
||||
environment:
|
||||
GIT_USERNAME:
|
||||
from_secret: GIT_USERNAME
|
||||
|
@ -52,7 +52,7 @@ name: gplay
|
|||
|
||||
steps:
|
||||
- name: gplay
|
||||
image: nextcloudci/android:android-49
|
||||
image: nextcloudci/android:android-51
|
||||
privileged: true
|
||||
environment:
|
||||
LOG_USERNAME:
|
||||
|
@ -114,7 +114,7 @@ name: analysis
|
|||
|
||||
steps:
|
||||
- name: analysis
|
||||
image: nextcloudci/android:android-49
|
||||
image: nextcloudci/android:android-51
|
||||
environment:
|
||||
GIT_USERNAME:
|
||||
from_secret: GIT_USERNAME
|
||||
|
@ -163,7 +163,7 @@ name: qa
|
|||
|
||||
steps:
|
||||
- name: qa
|
||||
image: nextcloudci/android:android-49
|
||||
image: nextcloudci/android:android-51
|
||||
privileged: true
|
||||
environment:
|
||||
LOG_USERNAME:
|
||||
|
|
Loading…
Reference in a new issue