[Android] Fix the release CI to make the remote access version available

Nicolas Pomepuy git at videolan.org
Tue Jan 21 12:04:16 UTC 2025


vlc-android | branch: refs/tags/0.0.0-test | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Jan 21 13:01:31 2025 +0100| [9315c4318bf7a69ce1c9d83a7470cbe1ec9aa596] | committer: Nicolas Pomepuy

Fix the release CI to make the remote access version available

> https://code.videolan.org/videolan/vlc-android/commit/9315c4318bf7a69ce1c9d83a7470cbe1ec9aa596
---

 buildsystem/gitlab/.gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/buildsystem/gitlab/.gitlab-ci.yml b/buildsystem/gitlab/.gitlab-ci.yml
index edc279541a..b5fe893ea5 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -38,6 +38,7 @@ stages:
       changes:
         - buildsystem/compile-remoteaccess.sh
     - if: '$CI_PIPELINE_SOURCE == "schedule"'
+    - if: '$CI_COMMIT_TAG =~ /^(\d+\.)?(\d+\.)?(\*|\d+)/'
     - if: '$CI_COMMIT_TAG =~ /^remoteaccess-.*$/'
 
 # This is generating the node_modules folder with the required dependencies
@@ -498,6 +499,8 @@ release:
     stage: build
     rules:
         - if: '$CI_COMMIT_TAG =~ /^(\d+\.)?(\d+\.)?(\*|\d+)/'
+    needs:
+      - job: "webserver-build"
     script:
         - ./buildsystem/compile.sh --init
         - ./gradlew assembleRelease



More information about the Android mailing list