Skip to content
Snippets Groups Projects
Commit 36b67765 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

let's try this again...

parent 295fedf4
No related branches found
No related tags found
2 merge requests!1390Catch up with Main,!1337let's try this again...
Pipeline #9725 passed
......@@ -105,7 +105,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,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment