Update my_branch.env

This commit is contained in:
2024-05-13 21:02:10 +02:00
parent 9b2cc40fb3
commit 68d2e0e21b
2 changed files with 20 additions and 6 deletions

View File

@ -1,6 +0,0 @@
BEC_CORE_BRANCH=main
CSAXS_BEC_BRANCH=main
PXIII_BEC_BRANCH=main
DEBYE_BEC_BRANCH=main
TOMCAT_BEC_BRANCH=main
XTREME_BEC_BRANCH=main

20
ci/vars.yml Normal file
View File

@ -0,0 +1,20 @@
# Description: Variables for the CI/CD pipeline
# specify the branch name and the corresponding branches in related repositories
#
# The variables for main are only provided as an example. DO NOT MODIFY THEM.
main:
BEC_CORE_BRANCH: "main"
CSAXS_BEC_BRANCH: "main"
PXIII_BEC_BRANCH: "main"
DEBYE_BEC_BRANCH: "main"
TOMCAT_BEC_BRANCH: "main"
XTREME_BEC_BRANCH: "main"
# EXAMPLE for a branch named my_branch
# my_branch:
# BEC_CORE_BRANCH: "fix/fix-branch"
# CSAXS_BEC_BRANCH: "main"
# PXIII_BEC_BRANCH: "main"
# DEBYE_BEC_BRANCH: "main"
# TOMCAT_BEC_BRANCH: "main"
# XTREME_BEC_BRANCH: "main"