From 68d2e0e21b25e8462d0f17fb6c6e95dff481271c Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Mon, 13 May 2024 21:02:10 +0200 Subject: [PATCH] Update my_branch.env --- ci/my_branch.env | 6 ------ ci/vars.yml | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 ci/my_branch.env create mode 100644 ci/vars.yml diff --git a/ci/my_branch.env b/ci/my_branch.env deleted file mode 100644 index 639f60d..0000000 --- a/ci/my_branch.env +++ /dev/null @@ -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 \ No newline at end of file diff --git a/ci/vars.yml b/ci/vars.yml new file mode 100644 index 0000000..7b5d37b --- /dev/null +++ b/ci/vars.yml @@ -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" \ No newline at end of file