Skip to content

Commit 6d1da72

Browse files
testing
1 parent 46f060c commit 6d1da72

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/premerge.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,18 @@ jobs:
4545
modified_projects="$(keep-modified-projects ${all_projects})"
4646
4747
windows_projects_to_test=$(exclude-windows $(compute-projects-to-test 1 ${modified_projects}))
48-
windows_check_targets=$(check-targets ${windows_projects_to_test} | sort | uniq | tr '\n' ' ')
49-
windows_projects=$(add-dependencies ${windows_projects_to_test} | sort | uniq | tr '\n' ';')
48+
windows_check_targets=$(check-targets ${windows_projects_to_test} | sort | uniq)
49+
windows_projects=$(add-dependencies ${windows_projects_to_test} | sort | uniq)
5050
5151
if [[ "${windows_projects}" == "" ]]; then
5252
echo "No projects to build"
5353
exit 0
5454
fi
5555
56+
echo blah1
57+
echo "${windows_projects}" | tr '\n' ';'
58+
echo blah2
59+
5660
echo "Building projects: ${windows_projects}"
5761
echo "Running project checks targets: ${windows_check_targets}"
5862

0 commit comments

Comments
 (0)