Fix ansible-test empty diff handling on Shippable.
This commit is contained in:
parent
1cf607d8a8
commit
92ad9a19b6
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class ShippableChanges(object):
|
|||
else:
|
||||
# tracked files (including unchanged)
|
||||
self.paths = sorted(git.get_file_names(['--cached']))
|
||||
self.diff = None
|
||||
self.diff = []
|
||||
|
||||
def get_merge_runs(self, project_id, branch):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue