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