Skip to content

Commit 5804c6b

Browse files
Merge pull request #100 from ucam-department-of-psychiatry/intermine-repo-fix
Fix intermine repo used in CI
2 parents 1e2ebfe + 4c4000c commit 5804c6b

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)