Skip to content

Commit

Permalink
CLearify shared runner warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
dosire committed Apr 19, 2016
1 parent 6a19467 commit 7543bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/projects/runners/_shared_runners.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- if shared_runners_text.present?
= markdown(shared_runners_text, pipeline: 'plain_markdown')
- else
GitLab Runners do not offer secure isolation between projects that they do builds for. You are TRUSTING all GitLab users who can push code to project A, B or C to run shell scripts on the machine hosting runner X.
Shared runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com).
%hr
- if @project.shared_runners_enabled?
= link_to toggle_shared_runners_namespace_project_runners_path(@project.namespace, @project), class: 'btn btn-warning', method: :post do
Expand Down

0 comments on commit 7543bc1

Please sign in to comment.