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
Léo-Paul Géneau
gitlab-ce
Commits
bd3a12bd
Commit
bd3a12bd
authored
Apr 04, 2019
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve the Review Apps documentation by using gitlab-rails console
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
520c120f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/development/testing_guide/review_apps.md
doc/development/testing_guide/review_apps.md
+2
-2
No files found.
doc/development/testing_guide/review_apps.md
View file @
bd3a12bd
...
...
@@ -130,9 +130,9 @@ secure note named **gitlab-{ce,ee} Review App's root password**.
1.
Find and open the
`task-runner`
Deployment, e.g.
`review-29951-issu-id2qax-task-runner`
.
1.
Click on the Pod in the "Managed pods" section, e.g.
`review-29951-issu-id2qax-task-runner-d5455cc8-2lsvz`
.
1.
Click on the
`KUBECTL`
dropdown, then
`Exec`
->
`task-runner`
.
1.
Replace
`-c task-runner -- ls`
with
`-
- /srv/gitlab/bin/rails c
`
from the
1.
Replace
`-c task-runner -- ls`
with
`-
it -- gitlab-rails console
`
from the
default command or
-
Run
`kubectl exec --namespace review-apps-ce
-it review-29951-issu-id2qax-task-runner-d5455cc8-2lsvz -- /srv/gitlab/bin/rails c
`
-
Run
`kubectl exec --namespace review-apps-ce
review-29951-issu-id2qax-task-runner-d5455cc8-2lsvz -it -- gitlab-rails console
`
and
-
Replace
`review-apps-ce`
with
`review-apps-ee`
if the Review App
is running EE, and
...
...
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