Skip to content

Commit df14632

Browse files
Use dev branch in CI for now
1 parent 1f18e95 commit df14632

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 build-workflows https://github.com/ucam-department-of-psychiatry/intermine.git "${INTERMINE_DIR}"
21+
git clone --single-branch --depth 1 -b dev https://github.com/ucam-department-of-psychiatry/intermine.git "${INTERMINE_DIR}"
2222
fi
2323

2424
export PSQL_USER=test

0 commit comments

Comments
 (0)