We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a4b4c commit bbf774fCopy full SHA for bbf774f
options.js
@@ -18,6 +18,7 @@ var git = {
18
19
var options = (function () {
20
var options = {
21
+ host: git.config.get('gitlab.url') || process.env.GITLAB_URL,
22
url: git.config.get('gitlab.url') || process.env.GITLAB_URL,
23
token: git.config.get('gitlab.token') || process.env.GITLAB_TOKEN,
24
};
@@ -54,4 +55,4 @@ var git = {
54
55
return options;
56
})();
57
- module.exports = options
58
+ module.exports = options
0 commit comments