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

Merge branch 'fix_pex_pipeline' into 'main'

let's try this again...

See merge request !1337
parents 295fedf4 36b67765
No related branches found
No related tags found
2 merge requests!1390Catch up with Main,!1337let's try this again...
Pipeline #9726 canceled
......@@ -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