mirror of https://github.com/ByConity/ByConity
fix ci
This commit is contained in:
parent
1ea9420e2e
commit
6dd23682f5
|
@ -4,7 +4,7 @@ set -e
|
|||
|
||||
#TestSuite Result Analysis
|
||||
success_count=$(cut -f1 /Artifacts/check_status.tsv | awk '/success/{++count} END {print count}')
|
||||
total_count=$(wc -l < temp/check_status.tsv | awk '{print $1}')
|
||||
total_count=$(wc -l < /Artifacts/check_status.tsv | awk '{print $1}')
|
||||
|
||||
if [[ success_count -eq total_count ]]
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue