Open
Description
When using --robot
with the GitHub integration --new-pr ---robot
it will upload ALL dependencies.
If robot = <PATH>
is specified in the config file there is no way to turn it off:
$ eb --disable-robot
Usage: eb [options] easyconfig [...]
eb: error: no such option: --disable-robot
$ eb --robot ''
ERROR: Failed to parse configuration options: 'Argument passed to --robot is not an existing directory: '
We need some way to disable it and/or disable it for PR options unless specified on cmdline if that is possible as that behavior is likely unexpected.
Metadata
Metadata
Assignees
Labels
No labels