From 327a39bbfd54eff56f9c067de26227ea6eb71f30 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Mon, 13 May 2024 19:37:35 +0200 Subject: [PATCH] wip --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60e97ab..3870245 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,6 @@ # https://hub.docker.com/r/library/python/tags/ image: $CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX/python:3.10 -include: ci/vars.yml - variables: BEC_CORE_BRANCH: "main" CHILD_PIPELINE_BRANCH: $CI_DEFAULT_BRANCH @@ -29,6 +27,7 @@ workflow: include: + - local: ci/vars.yml - template: Security/Secret-Detection.gitlab-ci.yml - project: "bec/awi_utils" file: "/templates/check-packages-job.yml" @@ -40,6 +39,7 @@ include: #commands to run in the Docker container before starting each job. before_script: + - echo $my_branch.BEC_CORE_BRANCH - if [[ "$CI_PROJECT_PATH" != "bec/ophyd_devices" ]]; then echo -e "\033[35;1m Using branch $CHILD_PIPELINE_BRANCH of Ophyd Devices \033[0;m"; test -d ophyd_devices || git clone --branch $CHILD_PIPELINE_BRANCH https://gitlab.psi.ch/bec/ophyd_devices.git; cd ophyd_devices;