mirror of
https://dev.iopsys.eu/bbf/obuspa.git
synced 2025-12-20 11:38:46 +08:00
Fix CI branch name
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user