Workaround for js-git bugs (as of 0.6.1)

dependabot/npm_and_yarn/BuildServer/eslint-7.2.0
Inga 🏳‍🌈 11 years ago
parent d6f965e569
commit 84d7e2288d
  1. 6
      BuildServer/lib/git-loader.js

@ -27,12 +27,12 @@ options = {
module.exports = function (options, globalCallback) {
var url = options.remote,
remote = git.remote(url),
path = options.local,
path = options.local + "/" + options.rev,
repo = git.repo(path),
exported = options.exported,
opts = {
want: options.branch,
/*onProgress: function (progress) {
want: options.branch/*,
onProgress: function (progress) {
process.stderr.write(progress);
}*/
},

Loading…
Cancel
Save