Update config.json (#202)

addresses #198 where some repos addresses such as `gitlab@git.domain.com:group/repo.git` were not matched by the validator.
This commit is contained in:
Delio Castillo
2017-11-21 08:07:51 -07:00
committed by Pascal Vizeli
parent c077c9fb8d
commit f07db8dc89

View File

@@ -21,7 +21,7 @@
"schema": {
"deployment_key": ["str"],
"deployment_key_protocol": "match(rsa|dsa|ecdsa|ed25519|rsa)",
"repository": "match((?:git|ssh|https?|git@[-\\w.]+):(\/\/)?(.*?)(\\.git)(\/?|\\#[-\\d\\w._]+?))",
"repository": "match((?:.+):(\/\/)?(.*?)(\\.git)(\/?|\\#[-\\d\\w._]+?))",
"auto_restart": "bool",
"repeat": {
"active": "bool",