From bd01f6050a6c4957e4943577dff1ff53a5179f8b Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Tue, 7 May 2024 11:21:29 +0200 Subject: [PATCH] Update file .gitlab-ci.yml --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c39048..611e456 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,9 @@ include: #commands to run in the Docker container before starting each job. before_script: + - if [[ "$CI_PROJECT_PATH" != "bec/ophyd_devices" ]]; then + test -d ophyd_devices || git clone https://gitlab.psi.ch/bec/ophyd_devices.git; cd ophyd_devices; + fi - pip install -e .[dev] - git clone --branch $BEC_CORE_BRANCH https://gitlab.psi.ch/bec/bec.git - pip install -e ./bec/bec_lib[dev]