You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running platformify and answering the questions, if I then try to run platformify validate it reports a validation failure:
Platform.sh config validation failed: validation failed for utils/ify/platformifier/templates/generic/.platform.app.yaml: yaml: line 20: could not find expected ':'
Running the same commands for upsunify reports a valid config file.
The text was updated successfully, but these errors were encountered:
if I add an incorrect property to my .platform.app.yaml file and run platformify validate it does correctly report the issue as well as the one mentioned above:
Platform.sh config validation failed: validation failed for .platform.app.yaml: mounts.Platformify_Cookies/static: source_path is required
mounts.Platformify_Cookies/static: Additional property path is not allowed
validation failed for utils/ify/platformifier/templates/generic/.platform.app.yaml: yaml: line 20: could not find expected ':'
@gilzow can you please provide the repository you're running the command against and the answers you're giving? It might be a corner-case we're not currently handling.
Building latest version from
main
After running
platformify
and answering the questions, if I then try to runplatformify validate
it reports a validation failure:Running the same commands for
upsunify
reports a valid config file.The text was updated successfully, but these errors were encountered: