summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-06-03 11:49:02 +0300
committerValery Sizov <vsv2711@gmail.com>2015-06-03 16:36:55 +0300
commit445c91eec5d5cb64d19614e9c725122362dc3d5a (patch)
tree2dc945ed724c6ea9066558153fc2ba8556adb1b3
parent1ef2d47ac91d11d6536e3018483cd6d2c0dba6b8 (diff)
downloadgitlab-ci-445c91eec5d5cb64d19614e9c725122362dc3d5a.tar.gz
minor fixes
-rw-r--r--app/views/admin/runners/show.html.haml4
-rw-r--r--doc/api/commits.md6
2 files changed, 4 insertions, 6 deletions
diff --git a/app/views/admin/runners/show.html.haml b/app/views/admin/runners/show.html.haml
index 5fc58c1..6d80f6b 100644
--- a/app/views/admin/runners/show.html.haml
+++ b/app/views/admin/runners/show.html.haml
@@ -9,7 +9,7 @@
%span.runner-state.runner-state-specific
Specific
-
+
- if @runner.shared?
.bs-callout.bs-callout-success
@@ -38,7 +38,7 @@
Tags
.col-sm-10
= f.text_field :tag_list, class: 'form-control'
- .help-block You can setup project to only use runners with specific tags
+ .help-block You can setup builds to only use runners with specific tags
.form-actions
= f.submit 'Save', class: 'btn btn-save'
diff --git a/doc/api/commits.md b/doc/api/commits.md
index f45d883..0015a62 100644
--- a/doc/api/commits.md
+++ b/doc/api/commits.md
@@ -46,8 +46,7 @@ Returns:
"before_sha": "96906f2bceb04c7323f8514aa5ad8cb1313e2898",
"runner_id": 1,
"coverage": null,
- "commit_id": 3,
- "commands": "git submodule update --init\nls -la\n"
+ "commit_id": 3
}]
}]
```
@@ -96,8 +95,7 @@ Returns:
"before_sha": "96906f2bceb04c7323f8514aa5ad8cb1313e2898",
"runner_id": 1,
"coverage": null,
- "commit_id": 3,
- "commands": "git submodule update --init\nls -la\n"
+ "commit_id": 3
}]
}
```