mirror of
https://codeberg.org/crowci/crow.git
synced 2025-08-09 07:42:52 +03:00
Support Git as only VCS (#4346)
Co-authored-by: Patrick Schratz <patrick.schratz@gmail.com>
This commit is contained in:
@@ -5115,9 +5115,6 @@ const docTemplate = `{
|
||||
"require_approval": {
|
||||
"$ref": "#/definitions/model.ApprovalMode"
|
||||
},
|
||||
"scm": {
|
||||
"$ref": "#/definitions/SCMKind"
|
||||
},
|
||||
"timeout": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -5184,21 +5181,6 @@ const docTemplate = `{
|
||||
"VisibilityInternal"
|
||||
]
|
||||
},
|
||||
"SCMKind": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"git",
|
||||
"hg",
|
||||
"fossil",
|
||||
"perforce"
|
||||
],
|
||||
"x-enum-varnames": [
|
||||
"RepoGit",
|
||||
"RepoHg",
|
||||
"RepoFossil",
|
||||
"RepoPerforce"
|
||||
]
|
||||
},
|
||||
"Secret": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -5581,9 +5563,6 @@ const docTemplate = `{
|
||||
"remote_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"scm": {
|
||||
"type": "string"
|
||||
},
|
||||
"trusted": {
|
||||
"$ref": "#/definitions/metadata.TrustedConfiguration"
|
||||
}
|
||||
|
Reference in New Issue
Block a user