ci: fix test result doesn't upload (#31297)
This commit is contained in:
parent
17eab32ad0
commit
def2af1653
|
@ -34,7 +34,7 @@ else
|
||||||
SUCCESS=false
|
SUCCESS=false
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -n $BUILDKITE && -f "results.json" ]]; then
|
if [[ -n $BUILDKITE ]]; then
|
||||||
if need_to_upload_test_result; then
|
if need_to_upload_test_result; then
|
||||||
if [[ -f "results.json" ]]; then
|
if [[ -f "results.json" ]]; then
|
||||||
# extract lines which start with '{'
|
# extract lines which start with '{'
|
||||||
|
|
Loading…
Reference in New Issue