mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-02-04 10:50:14 +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 = {
|
exports.repository = {
|
||||||
scm: exports.scm.mercurial,
|
scm: exports.scm.git,
|
||||||
revs: exports.revs.mercurial
|
revs: exports.revs.git
|
||||||
};
|
};
|
||||||
|
|
||||||
exports.initDb = function(callback) {
|
exports.initDb = function(callback) {
|
||||||
|
Loading…
Reference in New Issue
Block a user