From ca8211572fbd7481325a2dfd0511eb76a528f103 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Wed, 14 May 2025 15:34:57 +0200 Subject: [PATCH] ci(workflows): update git clone URL for BEC repository to use GitHub --- .github/workflows/end2end-conda.yml | 2 +- .github/workflows/pytest-matrix.yml | 2 +- .github/workflows/pytest.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/end2end-conda.yml b/.github/workflows/end2end-conda.yml index 51e0261b..80f07800 100644 --- a/.github/workflows/end2end-conda.yml +++ b/.github/workflows/end2end-conda.yml @@ -35,7 +35,7 @@ jobs: - name: Conda install and run pytest run: | echo -e "\033[35;1m Using branch $BEC_CORE_BRANCH of BEC CORE \033[0;m"; - git clone --branch $BEC_CORE_BRANCH https://gitlab.psi.ch/bec/bec.git + git clone --branch $BEC_CORE_BRANCH https://github.com/bec-project/bec.git echo -e "\033[35;1m Using branch $OPHYD_DEVICES_BRANCH of OPHYD_DEVICES \033[0;m"; git clone --branch $OPHYD_DEVICES_BRANCH https://gitlab.psi.ch/bec/ophyd_devices.git export OHPYD_DEVICES_PATH=$PWD/ophyd_devices diff --git a/.github/workflows/pytest-matrix.yml b/.github/workflows/pytest-matrix.yml index dee30cf3..5db8f0fa 100644 --- a/.github/workflows/pytest-matrix.yml +++ b/.github/workflows/pytest-matrix.yml @@ -33,7 +33,7 @@ jobs: - name: Clone and install dependencies run: | echo -e "\033[35;1m Using branch $BEC_CORE_BRANCH of BEC CORE \033[0;m"; - git clone --branch $BEC_CORE_BRANCH https://gitlab.psi.ch/bec/bec.git + git clone --branch $BEC_CORE_BRANCH https://github.com/bec-project/bec.git echo -e "\033[35;1m Using branch $OPHYD_DEVICES_BRANCH of OPHYD_DEVICES \033[0;m"; git clone --branch $OPHYD_DEVICES_BRANCH https://gitlab.psi.ch/bec/ophyd_devices.git export OHPYD_DEVICES_PATH=$PWD/ophyd_devices diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 063e3c8a..a905a704 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -44,7 +44,7 @@ jobs: - name: Clone and install dependencies run: | echo -e "\033[35;1m Using branch $BEC_CORE_BRANCH of BEC CORE \033[0;m"; - git clone --branch $BEC_CORE_BRANCH https://gitlab.psi.ch/bec/bec.git + git clone --branch $BEC_CORE_BRANCH https://github.com/bec-project/bec.git echo -e "\033[35;1m Using branch $OPHYD_DEVICES_BRANCH of OPHYD_DEVICES \033[0;m"; git clone --branch $OPHYD_DEVICES_BRANCH https://gitlab.psi.ch/bec/ophyd_devices.git export OHPYD_DEVICES_PATH=$PWD/ophyd_devices