Skip to content

Commit 4c4000c

Browse files
Fix intermine repo used in CI
1 parent 1e2ebfe commit 4c4000c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/ci/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cd "${WORKSPACE_DIR}"
1818
# Pull in the server code.
1919

2020
if [ ! -d "${INTERMINE_DIR}" ]; then
21-
git clone --single-branch --depth 1 -b dev https://github.com/ucam-department-of-psychiatry/intermine.git "${INTERMINE_DIR}"
21+
git clone --single-branch --depth 1 -b dev https://github.com/intermine/intermine.git "${INTERMINE_DIR}"
2222
fi
2323

2424
export PSQL_USER=test

0 commit comments

Comments
 (0)