Added a note to the push docs about dot being disallowed in atlas names

This commit is contained in:
Chris Bednarski 2015-08-26 12:00:13 -07:00
parent a55d2f1243
commit 0d973145f5
1 changed files with 2 additions and 1 deletions

View File

@ -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