Skip to content
Snippets Groups Projects
Commit d920b898 authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[ci] fix target tree argument

parent 45dd4182
No related branches found
No related tags found
1 merge request!2657[ci] fix target tree argument
Pipeline #4746 waiting for manual action
......@@ -31,7 +31,7 @@ select tests:
if [[ "$TRIGGER_SOURCE" == "merge_request_event" ]]; then
echo "Detecting changes w.r.t to target branch '$MR_TARGET_BRANCH_NAME'"
python3 bin/testing/getchangedfiles.py --outfile changedfiles.txt \
--target.tree origin/$MR_TARGET_BRANCH_NAME
--target-tree origin/$MR_TARGET_BRANCH_NAME
python3 bin/testing/findtests.py --outfile affectedtests.json \
--file-list changedfiles.txt \
--build-dir build-cmake
......
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