19 lines
454 B
JSON
19 lines
454 B
JSON
[
|
|
{
|
|
"owner":"drone",
|
|
"name":"drone-test-go",
|
|
"full_name":"drone/drone-test-go",
|
|
"self_url":"http://localhost:8080/drone/drone-test-go",
|
|
"link_url":"https://github.com/drone/drone-test-go",
|
|
"clone_url":"https://github.com/drone/drone-test-go.git",
|
|
"default_branch":"master",
|
|
"private":true,
|
|
"trusted":false,
|
|
"timeout":60,
|
|
"hooks":{
|
|
"pull_request":true,
|
|
"push":true,
|
|
"tags":false
|
|
}
|
|
}
|
|
]
|