diff options
| author | Robert Speicher <rspeicher@gmail.com> | 2015-10-05 12:23:38 -0400 |
|---|---|---|
| committer | Robert Speicher <rspeicher@gmail.com> | 2015-10-05 12:23:38 -0400 |
| commit | fc59c45d58124c4fc23d62ad2ed65cbfd6cb3563 (patch) | |
| tree | 69f2ac4aaf43599641a395c6f936e717ff3f5d02 /app/views | |
| parent | 8a78c4ea06c7bd3a4c6a0ea9943891327b90cd35 (diff) | |
| download | gitlab-ce-fc59c45d58124c4fc23d62ad2ed65cbfd6cb3563.tar.gz | |
Remove the option to disable CIrs-remove-ci-disable
This option only existed to ease the CI-to-CE/EE migration process.
This commit partially reverts 8b05abe816b0c681ac218096b294311dd04fde8b
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/admin/application_settings/_form.html.haml | 9 | ||||
| -rw-r--r-- | app/views/ci/projects/disabled.html.haml | 1 |
2 files changed, 0 insertions, 10 deletions
diff --git a/app/views/admin/application_settings/_form.html.haml b/app/views/admin/application_settings/_form.html.haml index 143cd10c543..a36ae0b766c 100644 --- a/app/views/admin/application_settings/_form.html.haml +++ b/app/views/admin/application_settings/_form.html.haml @@ -124,14 +124,5 @@ = f.text_area :help_page_text, class: 'form-control', rows: 4 .help-block Markdown enabled - %fieldset - %legend Continuous Integration - .form-group - .col-sm-offset-2.col-sm-10 - .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) - .form-actions = f.submit 'Save', class: 'btn btn-primary' diff --git a/app/views/ci/projects/disabled.html.haml b/app/views/ci/projects/disabled.html.haml deleted file mode 100644 index 83b0d8329e1..00000000000 --- a/app/views/ci/projects/disabled.html.haml +++ /dev/null @@ -1 +0,0 @@ -Continuous Integration has been disabled for time of the migration. |
