We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e2ebfe + 4c4000c commit 5804c6bCopy full SHA for 5804c6b
config/ci/init.sh
@@ -18,7 +18,7 @@ cd "${WORKSPACE_DIR}"
18
# Pull in the server code.
19
20
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}"
+ git clone --single-branch --depth 1 -b dev https://github.com/intermine/intermine.git "${INTERMINE_DIR}"
22
fi
23
24
export PSQL_USER=test
0 commit comments