[Android] CI: Release: Don't extend build-all-base

Hugo Beauzée-Luyssen git at videolan.org
Mon Dec 6 16:15:22 UTC 2021


vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Nov 26 14:14:24 2021 +0100| [e50cc4f992f6c5576e898d17656b2bc3e87cc1e2] | committer: Hugo Beauzée-Luyssen

CI: Release: Don't extend build-all-base

The job redefines everything defined by the template except for the
image & tags, which is now specified by the global default

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

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

diff --git a/buildsystem/gitlab/.gitlab-ci.yml b/buildsystem/gitlab/.gitlab-ci.yml
index c913c4188..6b96d497e 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -148,7 +148,7 @@ nightly-x86_64:
         expire_in: 2 weeks
 
 publish_libs:
-    extends: .build-all-base
+    stage: build
     rules:
         - if: '$CI_COMMIT_TAG =~ /^libvlc-.*$/'
     variables:
@@ -168,7 +168,7 @@ publish_libs:
         expire_in: 2 weeks
 
 release:
-    extends: .build-all-base
+    stage: build
     rules:
         - if: '$CI_COMMIT_TAG =~ /^(\d+\.)?(\d+\.)?(\*|\d+)/'
     script:



More information about the Android mailing list