[Android] Fix the CI for the nightly VLC4 builds

Nicolas Pomepuy git at videolan.org
Thu Dec 14 10:54:33 UTC 2023


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Dec 14 11:29:04 2023 +0100| [3296aab0bf47c673e32bba98f06a6fa4f09950dd] | committer: Nicolas Pomepuy

Fix the CI for the nightly VLC4 builds

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

 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 ad42576ce1..ff8c432af8 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -36,7 +36,7 @@ stages:
       changes:
         - buildsystem/network-sharing-server/**/*
     - if: '$CI_COMMIT_TAG =~ /^(\d+\.)?(\d+\.)?(\*|\d+)/'
-    - if: '$CI_PIPELINE_SOURCE == "schedule" && $VLC4 != "true"'
+    - if: '$CI_PIPELINE_SOURCE == "schedule"'
 
 # This is generating the node_modules folder with the required dependencies
 # If/When we want to make it fully offline:



More information about the Android mailing list