Skip to content
Snippets Groups Projects
Commit 0e74b701 authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Document the existence of `gitlab-ci-rails`

parent ac5b7d26
No related branches found
No related tags found
No related merge requests found
......@@ -871,4 +871,5 @@
to inadvertently modify, corrupt or destroy data from the console.
```shell
# start a Rails console for GitLab
sudo gitlab-rails console
......@@ -874,4 +875,7 @@
sudo gitlab-rails console
# start a Rails console for GitLab CI
sudo gitlab-ci-rails console
```
This will only work after you have run `gitlab-ctl reconfigure` at least once.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment