Fix CI branch name

This commit is contained in:
Vivek Kumar Dutta
2025-08-06 21:30:19 +05:30
parent aeda0145e2
commit 1ca195f053
2 changed files with 3 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ variables:
SOURCE_FOLDER: "./src/vendor/"
CPD_OPTIONS: "--minimum-tokens 400"
CPPCHECK_OPTIONS: "--suppress=cert-EXP05-C --suppress=cert-API01-C"
BBFDM_BRANCH: 'release-7.5'
IOPSYS_BRANCH: 'release-7.5'
include:
- project: 'iopsys/gitlab-ci-pipeline'

View File

@@ -102,6 +102,7 @@ function install_bbfd()
[ -d "/opt/dev/bbfdm" ] && return 0
if [ -n "${BBFDM_BRANCH}" ]; then
export BRANCH="${BBFDM_BRANCH}"
exec_cmd git clone -b ${BBFDM_BRANCH} https://dev.iopsys.eu/bbf/bbfdm.git /opt/dev/bbfdm
else
exec_cmd git clone https://dev.iopsys.eu/bbf/bbfdm.git /opt/dev/bbfdm