diff --git a/scripts/configure_CI.sh b/scripts/configure_CI.sh index 0db37a6..58451cf 100755 --- a/scripts/configure_CI.sh +++ b/scripts/configure_CI.sh @@ -8,7 +8,7 @@ echo "[CI] CLONING REPOSITORIES: $repo_list" for repo in $repo_list; do case $repo in epic) - git clone https://github.com/eic/epic.git --branch main + git clone https://github.com/eic/epic.git --branch mirror-ribs ;; EDM4eic) git clone https://github.com/eic/EDM4eic.git --branch main