Created
March 27, 2014 21:03
-
-
Save ayufan/9818735 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ayufan@Kamils-MacBook-Air ~/.config> cat gcr.json | |
{ | |
"buildDir": "/tmp/builds", | |
"git": "/usr/bin/git" | |
} | |
[?] Please enter your GitLab CI url: https://*** | |
[?] Please enter your GitLab CI Registration Token: *** | |
gcr http POST undefined/api/v1/runners/register.json | |
gcr ERR! [register] Error: Invalid protocol | |
gcr ERR! [register] at Request.self._buildRequest (/usr/local/lib/node_modules/gcr/node_modules/request/request.js:336:53) | |
gcr ERR! [register] at Request.init (/usr/local/lib/node_modules/gcr/node_modules/request/request.js:503:10) | |
gcr ERR! [register] at new Request (/usr/local/lib/node_modules/gcr/node_modules/request/request.js:97:8) | |
gcr ERR! [register] at request (/usr/local/lib/node_modules/gcr/node_modules/request/index.js:50:11) | |
gcr ERR! [register] at Function.request.post (/usr/local/lib/node_modules/gcr/node_modules/request/index.js:116:27) | |
gcr ERR! [register] at Client.registerRunner (/usr/local/lib/node_modules/gcr/lib/client.js:55:11) | |
gcr ERR! [register] at /usr/local/lib/node_modules/gcr/bin/cmd.js:63:18 | |
gcr ERR! [register] at fs.js:266:14 | |
gcr ERR! [register] at Object.oncomplete (fs.js:107:15) | |
gcr ERR! [register] error registering [Error: Invalid protocol] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment