Open mathaeus opened 2 years ago
This is actually a Config SDK Parser issue, and I've closed this in https://github.com/CircleCI-Public/circleci-config-parser-ts/pull/14 (Project is currently internal, will get that updated) Thanks for raising!
Thanks @Jaryt š
Thanks @Jaryt š
No problem! I'll actually reopen this until we have the updated version of the parser in the VCE.
Is there an existing issue for this?
Current behavior
The regular
add_ssh_keys
is not accepted by the VCE.Minimum reproduction code
https://gist.github.com/mathaeus/972c9e4ee827077b1a24d64a0e043978
Steps to reproduce
Import config with
add_ssh_keys
Expected behavior
The import of existing valid circleCI config files should just work.
Workaround
Changing
to
fixes the problem.
BUT, such things are quite annoying when one once to get started with the VCE. Especially if one triple checked that the current manually written config is valid via
CircleCI Config SDK version
Whatever the online editor gave me:
Node.js version
No response
In which operating systems have you tested?
Other
No response