Skip to content
Snippets Groups Projects
Unverified Commit c0b79a75 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Move no runners alert to project ci settings

parent 6f609771
No related branches found
No related tags found
No related merge requests found
- if no_runners_for_project?(@project)
= render 'no_runners'
Loading
Loading
@@ -4,5 +4,5 @@
%br
You can add Specific runner for this project on Runners page
 
- if current_user.is_admin
- if current_user.admin
or add Shared runner for whole application in admin are.
Loading
Loading
@@ -6,6 +6,9 @@
yaml file which is based on your old jobs.
Put this file to the root of your project and name it .gitlab-ci.yml
 
- if no_runners_for_project?(@ci_project)
= render 'no_runners'
= render 'form'
 
- if @ci_project.generated_yaml_config
Loading
Loading
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