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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
41bb9948
Commit
41bb9948
authored
Sep 24, 2015
by
Sytse Sijbrandij
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
I misunderstood how the button worked.
parent
4d287c8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/views/admin/application_settings/_form.html.haml
app/views/admin/application_settings/_form.html.haml
+1
-1
doc/migrate_ci_to_ce/README.md
doc/migrate_ci_to_ce/README.md
+2
-2
No files found.
app/views/admin/application_settings/_form.html.haml
View file @
41bb9948
...
...
@@ -131,7 +131,7 @@
.checkbox
=
f
.
label
:ci_enabled
do
=
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
=
f
.
submit
'Save'
,
class:
'btn btn-primary'
doc/migrate_ci_to_ce/README.md
View file @
41bb9948
...
...
@@ -116,7 +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
**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
...
...
@@ -228,7 +228,7 @@ 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)
(this rake task automatically unchecks the 'When
unchecked CI is disabled
until rake ci:migrate is run (8.0 only)' checkbox)
#### 6. Restart GitLab
...
...
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