File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 6262 if echo "$output" | grep -i 'Error\|S3 storage'; then
6363 status=1
6464 fi
65+ echo -e $output
6566 sh -c "exit $status"
6667 if : matrix.ob_branch == 'dev' || matrix.ob_branch == 'reduce_install_scope'
6768
@@ -70,10 +71,11 @@ jobs:
7071 run : |
7172 env
7273 output=$( ob run benchmark -b Clustering.yaml --local --threads 10 2>&1 )
73- status=$?
74+ status=$?
7475 if echo "$output" | grep -i 'Error\|S3 storage'; then
7576 status=1
7677 fi
78+ echo -e $output
7779 sh -c "exit $status"
7880 if : matrix.ob_branch == 'main'
7981
Original file line number Diff line number Diff line change 7272 if echo "$output" | grep -i 'Error\|S3 storage'; then
7373 status=1
7474 fi
75+ echo -e $output
7576 sh -c "exit $status"
7677 if : matrix.ob_branch == 'dev' || matrix.ob_branch == 'reduce_install_scope'
7778
8485 if echo "$output" | grep -i 'Error\|S3 storage'; then
8586 status=1
8687 fi
88+ echo -e $output
8789 sh -c "exit $status"
8890 if : matrix.ob_branch == 'main'
8991
You can’t perform that action at this time.
0 commit comments