|
|
@ -32,7 +32,7 @@ var build = function (options, callback) { |
|
|
|
rev = options.rev, |
|
|
|
rev = options.rev, |
|
|
|
branch = options.branch, |
|
|
|
branch = options.branch, |
|
|
|
skipGitLoader = options.skipGitLoader, |
|
|
|
skipGitLoader = options.skipGitLoader, |
|
|
|
local = options.app.get('gitpath') + "/" + owner + "/" + reponame + ".git", |
|
|
|
local = options.app.get('gitpath') + "/r/", |
|
|
|
tmp = options.app.get('tmpcodepath') + "/" + rev, |
|
|
|
tmp = options.app.get('tmpcodepath') + "/" + rev, |
|
|
|
exported = tmp + "/code", |
|
|
|
exported = tmp + "/code", |
|
|
|
release = options.app.get('releasepath') + "/" + owner + "/" + reponame + "/" + branch + "/" + rev, |
|
|
|
release = options.app.get('releasepath') + "/" + owner + "/" + reponame + "/" + branch + "/" + rev, |
|
|
|