File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,8 @@ function at-exit {
3434
3535 # If building fails there will be no results files.
3636 shopt -s nullglob
37- if command -v buildkite-agent 2>&1 > /dev/null
38- then
39- python3 " ${MONOREPO_ROOT} " /.ci/generate_test_report.py " :linux: Linux x64 Test Results" \
40- " linux-x64-test-results" " ${BUILD_DIR} " /test-results.* .xml
41- fi
37+ python3 " ${MONOREPO_ROOT} " /.ci/generate_test_report.py " :linux: Linux x64 Test Results" \
38+ " linux-x64-test-results" " ${BUILD_DIR} " /test-results.* .xml
4239}
4340trap at-exit EXIT
4441
Original file line number Diff line number Diff line change 2828
2929 modified_files=$(git diff --name-only HEAD~1...HEAD)
3030 modified_dirs=$(echo "$modified_files" | cut -d'/' -f1 | sort -u)
31-
31+
3232 echo $modified_files
3333 echo $modified_dirs
3434
You can’t perform that action at this time.
0 commit comments