mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-25 16:26:18 +00:00
switch to git for tests by default
This commit is contained in:
parent
6d4d4c1dd3
commit
9d8312f6a9
@ -86,8 +86,8 @@ exports.scm.git = {
|
||||
};
|
||||
|
||||
exports.repository = {
|
||||
scm: exports.scm.mercurial,
|
||||
revs: exports.revs.mercurial
|
||||
scm: exports.scm.git,
|
||||
revs: exports.revs.git
|
||||
};
|
||||
|
||||
exports.initDb = function(callback) {
|
||||
|
Loading…
Reference in New Issue
Block a user