Improve on-demand coverage for Shippable.

This commit is contained in:
Matt Clay 2017-05-14 15:04:52 +08:00
parent 5cb5228cde
commit fdcad0f44d
10 changed files with 48 additions and 20 deletions

View file

@ -965,7 +965,7 @@ def detect_changes(args):
:type args: TestConfig
:rtype: list[str] | None
"""
if is_shippable():
if args.changed and is_shippable():
display.info('Shippable detected, collecting parameters from environment.')
paths = detect_changes_shippable(args)
elif args.changed_from or args.changed_path: