mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 04:36:11 +10:00
Make instructions for CI disable checkbox clear.
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
.checkbox
|
||||
= f.label :ci_enabled do
|
||||
= f.check_box :ci_enabled
|
||||
Disable to prevent CI usage until rake ci:migrate is run (8.0 only)
|
||||
When checked disable CI usage until rake ci:migrate is run (8.0 only)
|
||||
|
||||
.form-actions
|
||||
= f.submit 'Save', class: 'btn btn-primary'
|
||||
|
||||
@@ -116,8 +116,7 @@ https://about.gitlab.com/update/
|
||||
|
||||
After you update, go to the admin panel and temporarily disable CI. As
|
||||
an administrator, go to **Admin Area** -> **Settings**, and under
|
||||
**Continuous Integration** uncheck **Disable to prevent CI usage until rake
|
||||
ci:migrate is run (8.0 only)**.
|
||||
**Continuous Integration** uncheck **When checked this disables CI usage until rake ci:migrate is run (8.0 only)**.
|
||||
|
||||
#### 3. CI settings are now in GitLab
|
||||
|
||||
@@ -229,6 +228,8 @@ cd /home/git/gitlab
|
||||
sudo -u git -H bundle exec rake ci:migrate RAILS_ENV=production
|
||||
```
|
||||
|
||||
(this rake task automatically unchecks the 'When checked this disables CI usage until rake ci:migrate is run (8.0 only)' checkbox)
|
||||
|
||||
#### 6. Restart GitLab
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user