mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-01-16 15:29:20 +01:00
Update file .gitlab-ci.yml
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user