mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-29 05:41:25 -07:00
Fix change detection on retried Shippable jobs.
This commit is contained in:
parent
6b40906bdb
commit
c0aaf0fff7
2 changed files with 4 additions and 3 deletions
|
@ -21,7 +21,7 @@ class Git(object):
|
|||
def get_diff(self, args, git_options=None):
|
||||
"""
|
||||
:type args: list[str]
|
||||
:type options: list[str]
|
||||
:type git_options: list[str] | None
|
||||
:rtype: list[str]
|
||||
"""
|
||||
cmd = ['diff'] + args
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue