diff --git a/ci/bin/generate-go-yaml.py b/ci/bin/generate-go-yaml.py index fea601ab5982b5dd8fc391ab1263f7a4cfb8b0bb..3bced414eaf580a3e187833476308280f55dac78 100755 --- a/ci/bin/generate-go-yaml.py +++ b/ci/bin/generate-go-yaml.py @@ -109,7 +109,7 @@ def main(argv): # Get list of files that have changed from commit SHA # git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA sp = subprocess.run( - ["git", "diff-tree", "--no-commit-id", "--name-only", "-r", f"{commit_sha}"], + ["git", "diff-tree", "-m", "--no-commit-id", "--name-only", "-r", f"{commit_sha}"], stdout=subprocess.PIPE, universal_newlines=True, )