[Android] Fix the Ci for nightly builds
Nicolas Pomepuy
git at videolan.org
Mon Dec 11 07:56:21 UTC 2023
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Dec 11 08:34:28 2023 +0100| [597da9c7f621cb9fa7bc6c438af6e0cd2e02c733] | committer: Nicolas Pomepuy
Fix the Ci for nightly builds
> https://code.videolan.org/videolan/vlc-android/commit/597da9c7f621cb9fa7bc6c438af6e0cd2e02c733
---
buildsystem/gitlab/.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/buildsystem/gitlab/.gitlab-ci.yml b/buildsystem/gitlab/.gitlab-ci.yml
index 684bfa928e..6039227ed3 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -36,6 +36,7 @@ stages:
changes:
- buildsystem/network-sharing-server/**/*
- if: '$CI_COMMIT_TAG =~ /^(\d+\.)?(\d+\.)?(\*|\d+)/'
+ - if: '$CI_PIPELINE_SOURCE == "schedule" && $VLC4 != "true"'
# 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