summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2014-11-28 14:06:14 -0500
committerValery Sizov <valery@gitlab.com>2014-12-01 06:23:38 -0500
commit7b45b052b292099cf6e519749bf8f241c74c0b70 (patch)
tree2588fc936746dfcc45a609445a1f4606985647bd /doc/api
parent98b270ff404edcd840911b2ec3353d8701f6cf93 (diff)
downloadgitlab-ci-7b45b052b292099cf6e519749bf8f241c74c0b70.tar.gz
remove script field from project
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/projects.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md
index 5086127..1a74b5c 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -23,7 +23,6 @@ Returns:
"id" : 271,
"name" : "gitlabhq",
"timeout" : 1800,
- "scripts" : "ls",
"token" : "iPWx6WM4lhHNedGfBpPJNP",
"default_ref" : "master",
"gitlab_url" : "http://demo.gitlabhq.com/gitlab/gitlab-shell",
@@ -37,7 +36,6 @@ Returns:
"id" : 272,
"name" : "gitlab-ci",
"timeout" : 1800,
- "scripts" : "ls",
"token" : "iPWx6WM4lhHNedGfBpPJNP",
"default_ref" : "master",
"gitlab_url" : "http://demo.gitlabhq.com/gitlab/gitlab-shell",
@@ -66,7 +64,6 @@ Returns:
"id" : 272,
"name" : "gitlab-ci",
"timeout" : 1800,
- "scripts" : "ls",
"token" : "iPWx6WM4lhHNedGfBpPJNP",
"default_ref" : "master",
"gitlab_url" : "http://demo.gitlabhq.com/gitlab/gitlab-shell",
@@ -102,7 +99,6 @@ Parameters:
* `gitlab_id` (required) - The ID of the project on the Gitlab instance
* `gitlab_url` (required) - The web url of the project on the Gitlab instance
* `ssh_url_to_repo` (required) - The gitlab SSH url to the repo
- * `scripts` (optional) - The shell script provided for a runner to run (defaults to `ls -al`)
* `default_ref` (optional) - The branch to run on (default to `master`)
### Update Project
@@ -118,7 +114,6 @@ Parameters:
* `gitlab_id` - The ID of the project on the Gitlab instance
* `gitlab_url` - The web url of the project on the Gitlab instance
* `ssh_url_to_repo` - The gitlab SSH url to the repo
- * `scripts` - The shell script provided for a runner to run (defaults to `ls -al`)
* `default_ref` - The branch to run on (default to `master`)
### Remove Project