There was an error while loading. Please reload this page.
1 parent fa3c2a7 commit 251b609Copy full SHA for 251b609
index.js
@@ -25,14 +25,7 @@ try {
25
process.exit(1);
26
}
27
28
-// Ensure that the GitLab URL and token has been set in settings.js
29
-if (
30
- !settings.gitlab.url ||
31
- settings.gitlab.url === 'http://gitlab.mycompany.com/'
32
-) {
33
- console.log('\n\nYou have to enter your GitLab url in the settings.js file.');
34
- process.exit(1);
35
-}
+// Ensure that the GitLab token has been set in settings.js
36
if (
37
!settings.gitlab.token ||
38
settings.gitlab.token === '{{gitlab private token}}'
0 commit comments