mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-05-25 18:00:40 +02:00
Update file .gitlab-ci.yml
This commit is contained in:
parent
27d4b6ae83
commit
bd01f6050a
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user