Commit 41bb9948 authored by Sytse Sijbrandij's avatar Sytse Sijbrandij

I misunderstood how the button worked.

parent 4d287c8c
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
.checkbox .checkbox
= f.label :ci_enabled do = f.label :ci_enabled do
= f.check_box :ci_enabled = f.check_box :ci_enabled
When checked disable CI usage until rake ci:migrate is run (8.0 only) When unchecked CI is disabled until rake ci:migrate is run (8.0 only)
.form-actions .form-actions
= f.submit 'Save', class: 'btn btn-primary' = f.submit 'Save', class: 'btn btn-primary'
...@@ -116,7 +116,7 @@ https://about.gitlab.com/update/ ...@@ -116,7 +116,7 @@ https://about.gitlab.com/update/
After you update, go to the admin panel and temporarily disable CI. As After you update, go to the admin panel and temporarily disable CI. As
an administrator, go to **Admin Area** -> **Settings**, and under an administrator, go to **Admin Area** -> **Settings**, and under
**Continuous Integration** uncheck **When checked this disables CI usage until rake ci:migrate is run (8.0 only)**. **Continuous Integration** uncheck **When unchecked CI is disabled until rake ci:migrate is run (8.0 only)**.
#### 3. CI settings are now in GitLab #### 3. CI settings are now in GitLab
...@@ -228,7 +228,7 @@ cd /home/git/gitlab ...@@ -228,7 +228,7 @@ cd /home/git/gitlab
sudo -u git -H bundle exec rake ci:migrate RAILS_ENV=production 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) (this rake task automatically unchecks the 'When unchecked CI is disabled until rake ci:migrate is run (8.0 only)' checkbox)
#### 6. Restart GitLab #### 6. Restart GitLab
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment