Skip to content

Commit 0da5e37

Browse files
more testing
1 parent 0b8707c commit 0da5e37

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/premerge.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,14 @@ 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)
49-
windows_projects=$(add-dependencies ${windows_projects_to_test} | sort | uniq)
48+
windows_check_targets=$(check-targets ${windows_projects_to_test} | sort | uniq | tr '\015' ' ')
49+
windows_projects=$(add-dependencies ${windows_projects_to_test} | sort | uniq | tr '\015' ';')
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 '\r\n' ';'
58-
echo blah2
59-
6056
echo "Building projects: ${windows_projects}"
6157
echo "Running project checks targets: ${windows_check_targets}"
6258

0 commit comments

Comments
 (0)