File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments