[Android] CI: Replace debian tag by docker

Hugo Beauzée-Luyssen git at videolan.org
Wed May 6 12:35:19 CEST 2020


vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed May  6 11:07:10 2020 +0200| [bbedb8b366330f5f8d84e081f17cfe04b17a29a4] | committer: Hugo Beauzée-Luyssen

CI: Replace debian tag by docker

Some runners are not tagged with `debian` while all docker enabled
runners are tagged with `docker`

> https://code.videolan.org/videolan/vlc-android/commit/bbedb8b366330f5f8d84e081f17cfe04b17a29a4
---

 buildsystem/gitlab/.gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildsystem/gitlab/.gitlab-ci.yml b/buildsystem/gitlab/.gitlab-ci.yml
index 8b5b0d8d1..4bfef8fc4 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -9,8 +9,8 @@ cache:
 .build-all-base:
     image: registry.videolan.org/vlc-debian-android:20200311171937
     tags:
-        - debian 
         - amd64
+        - docker
     stage: build
     script:
         - ./buildsystem/compile.sh ${EXTRA_BUILD_PARAM} -a ${ARCH}



More information about the Android mailing list