[Android] CI: Fix ML configuration target branch
Hugo Beauzée-Luyssen
git at videolan.org
Fri Feb 8 09:22:22 CET 2019
vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Feb 8 09:21:07 2019 +0100| [44b429791e5094b7f550a7425a3625de6f04bc46] | committer: Hugo Beauzée-Luyssen
CI: Fix ML configuration target branch
> https://code.videolan.org/videolan/vlc-android/commit/44b429791e5094b7f550a7425a3625de6f04bc46
---
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e72e83292..57fc54fbd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,7 +38,7 @@ cache:
extends: .build-all-base
only:
refs:
- - master/*
+ - master
changes:
- medialibrary/*
- compile.sh
More information about the Android
mailing list