[Android] CI: Use the correct image url
Hugo Beauzée-Luyssen
git at videolan.org
Tue Mar 10 10:10:50 CET 2020
vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Mar 10 09:51:44 2020 +0100| [97dbddf9a98c34a606c7c0e3be2eb2e99a640f2d] | committer: Hugo Beauzée-Luyssen
CI: Use the correct image url
> https://code.videolan.org/videolan/vlc-android/commit/97dbddf9a98c34a606c7c0e3be2eb2e99a640f2d
---
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 fcdc2c99f..45e2d89cc 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -7,7 +7,7 @@ cache:
- gradlew
.build-all-base:
- image: registry.videolan.org:5000/vlc-debian-android:20200123134612
+ image: registry.videolan.org/vlc-debian-android:20200123134612
tags:
- debian
- amd64
More information about the Android
mailing list