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 {
34
34
35
35
# If building fails there will be no results files.
36
36
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
42
39
}
43
40
trap at-exit EXIT
44
41
Original file line number Diff line number Diff line change 28
28
29
29
modified_files=$(git diff --name-only HEAD~1...HEAD)
30
30
modified_dirs=$(echo "$modified_files" | cut -d'/' -f1 | sort -u)
31
-
31
+
32
32
echo $modified_files
33
33
echo $modified_dirs
34
34
You can’t perform that action at this time.
0 commit comments