Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Web - Open
Gitlab Runner
Commits
92ba7bf8
Unverified
Commit
92ba7bf8
authored
Sep 23, 2020
by
Juan
Committed by
Pedro Pombeiro
Oct 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change in interactive --url question to match docs
parent
a0387ee9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
commands/register.go
commands/register.go
+1
-1
No files found.
commands/register.go
View file @
92ba7bf8
...
...
@@ -232,7 +232,7 @@ func (s *RegisterCommand) addRunner(runner *common.RunnerConfig) {
}
func
(
s
*
RegisterCommand
)
askRunner
()
{
s
.
URL
=
s
.
ask
(
"url"
,
"
Please enter
the gitlab-ci coordinator URL
(e.g. https://gitlab.com/
):"
)
s
.
URL
=
s
.
ask
(
"url"
,
"
Enter your GitLab instance URL (also known as
the gitlab-ci coordinator URL):"
)
if
s
.
Token
!=
""
{
logrus
.
Infoln
(
"Token specified trying to verify runner..."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment