Added a note to the push docs about dot being disallowed in atlas names
This commit is contained in:
parent
a55d2f1243
commit
0d973145f5
|
@ -38,7 +38,8 @@ each category, the available configuration keys are alphabetized.
|
|||
### Required
|
||||
|
||||
- `name` (string) - Name of the build configuration in the build service. If
|
||||
this doesn't exist, it will be created (by default).
|
||||
this doesn't exist, it will be created (by default). Note that the name can
|
||||
cannot contain dots. `[a-zA-Z0-9-_]+` are safe.
|
||||
|
||||
### Optional
|
||||
|
||||
|
|
Loading…
Reference in New Issue