Skip to content

Commit 53bd20f

Browse files
Clean some stuff up
1 parent dfd04e9 commit 53bd20f

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.ci/monolithic-linux.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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
}
4340
trap at-exit EXIT
4441

.github/workflows/premerge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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

0 commit comments

Comments
 (0)