Update the launchpad_id regx
As this commit [0], test will be failed, but yumeng+bao is a valid launchpad_id. so change the regx to pass the test. [0]: Id0d8d296b7ede11dc5c0c8a1296f4faf234dddcf Change-Id: Iefd1913add2ec907a0528f3a94f2b35b2ecb9813
This commit is contained in:
parent
2748b3ce29
commit
3ac2c7afac
@ -10,7 +10,7 @@
|
||||
"properties": {
|
||||
"launchpad_id": {
|
||||
"type": "string",
|
||||
"pattern": "^[a-z\\d\\.-]+$"
|
||||
"pattern": "^[a-z\\d\\.\\+-]+$"
|
||||
},
|
||||
"github_id": {
|
||||
"type": "string"
|
||||
|
Loading…
Reference in New Issue
Block a user