[Android] ci: continuous build: Clean duplicated patterns

Hugo Beauzée-Luyssen git at videolan.org
Thu Jul 11 11:58:55 CEST 2019


vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Jul 11 11:37:46 2019 +0200| [95bd15eb6797b373a179a2ca5e09e1ad5caf2603] | committer: Hugo Beauzée-Luyssen

ci: continuous build: Clean duplicated patterns

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

 .gitlab-ci.yml | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 22d2ebc2c..1b9d7e805 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -70,15 +70,12 @@ continuous-app-build:
         refs:
             - schedules
         changes:
-            - libvlc/**/*
-            - build-common
-            - compile.sh
-            - compile-libvlc.sh
-            - medialibrary/**/*
-            - compile.sh
             - build-common
             - compile-libvlc.sh
             - compile-medialibrary.sh
+            - compile.sh
+            - libvlc/**/*
+            - medialibrary/**/*
 
 #################################
 # Template config instantiation #



More information about the Android mailing list