From ad408c89cfcc72067876ce8c8d5d975e60e9a448 Mon Sep 17 00:00:00 2001 From: Thibaut ROMAIN <thibaut.romain@cs-soprasteria.com> Date: Tue, 15 Oct 2024 09:12:41 +0200 Subject: [PATCH] CI: fix python gdal bindings recompilation which should be only on the release branch --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0635ca8f6b..345a0eeb18 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -192,9 +192,7 @@ python3.12-gdal-bindings: changes: - SuperBuild/CMake/External_gdal.cmake refs: - - develop - /^release-[0-9]+\.[0-9]+$/ - - merge_requests script: - | MAJOR_VERSION=$(egrep "set\(OTB_VERSION_MAJOR" < CMakeLists.txt | egrep -o "[0-9]+") -- GitLab