Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
2b8c46fe
Commit
2b8c46fe
authored
Jul 20, 2017
by
Shinya Maeda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add #registration_token for %code
parent
acaf13d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/views/ci/runner/_how_to_setup_runner.html.haml
app/views/ci/runner/_how_to_setup_runner.html.haml
+2
-2
spec/features/admin/admin_runners_spec.rb
spec/features/admin/admin_runners_spec.rb
+1
-1
No files found.
app/views/ci/runner/_how_to_setup_runner.html.haml
View file @
2b8c46fe
...
...
@@ -9,8 +9,8 @@
%li
=
_
(
"Specify the following URL during the Runner setup:"
)
%code
=
root_url
(
only_path:
false
)
%li
#registration_token
%li
=
_
(
"Use the following registration token during setup:"
)
%code
=
registration_token
%code
#registration_token
=
registration_token
%li
=
_
(
"Start the Runner!"
)
spec/features/admin/admin_runners_spec.rb
View file @
2b8c46fe
...
...
@@ -167,7 +167,7 @@ describe "Admin Runners" do
end
describe
'reload registration token'
do
let
(
:page_token
)
{
find
(
'#registration_token
code
'
).
text
}
let
(
:page_token
)
{
find
(
'#registration_token'
).
text
}
before
do
click_button
'Reset runners registration token'
...
...
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