[Android] CI: Fix continuous build pattern
Hugo Beauzée-Luyssen
git at videolan.org
Tue Jan 22 14:42:45 CET 2019
vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Jan 22 14:36:49 2019 +0100| [0606213af6b429a8533e6e51639e96ca19711636] | committer: Hugo Beauzée-Luyssen
CI: Fix continuous build pattern
> https://code.videolan.org/videolan/vlc-android/commit/0606213af6b429a8533e6e51639e96ca19711636
---
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0d99046c2..9f17a6da6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -60,8 +60,8 @@ continuous-app-build:
- ./gradlew assembleDebug
only:
changes:
- - vlc-android
- - assets
+ - vlc-android/*
+ - assets/*
- .gitlab-ci.yml
except:
- schedules
More information about the Android
mailing list