From 4c4000cee9c6eed4254b63359f05e5367c77c795 Mon Sep 17 00:00:00 2001 From: Martin Burchell Date: Sat, 22 Nov 2025 06:47:20 +0000 Subject: [PATCH] Fix intermine repo used in CI --- config/ci/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ci/init.sh b/config/ci/init.sh index 28835f93..8afafceb 100755 --- a/config/ci/init.sh +++ b/config/ci/init.sh @@ -18,7 +18,7 @@ cd "${WORKSPACE_DIR}" # Pull in the server code. if [ ! -d "${INTERMINE_DIR}" ]; then - git clone --single-branch --depth 1 -b dev https://github.com/ucam-department-of-psychiatry/intermine.git "${INTERMINE_DIR}" + git clone --single-branch --depth 1 -b dev https://github.com/intermine/intermine.git "${INTERMINE_DIR}" fi export PSQL_USER=test