diff options
-rw-r--r-- | app/views/jobs/_edit.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/jobs/_edit.html.haml b/app/views/jobs/_edit.html.haml index 6617446..c3cb6aa 100644 --- a/app/views/jobs/_edit.html.haml +++ b/app/views/jobs/_edit.html.haml @@ -28,7 +28,7 @@ .col-sm-10 = job_form.text_field :tag_list, class: 'form-control' .help-block - You can setup jobs to only use runners with specific tags. + This job will only use runners that contain all these tags. Leave blank if you want this job to use any runner .form-group @@ -38,7 +38,7 @@ %p.light All lines will be concatenated into one file and executed. %br - If you change the working directory or the environment this will affect all following lines too. + If you change the working directory or the environment this will affect all following lines. %br = link_to("Example job scripts", "https://gitlab.com/gitlab-org/gitlab-ci/tree/master/doc/examples") = job_form.link_to_remove "Remove this job", class: 'btn btn-danger pull-right' |