!5967 [MSLITE] fix ci

Merge pull request !5967 from lz/master
This commit is contained in:
mindspore-ci-bot 2020-09-09 23:00:07 +08:00 committed by Gitee
commit 45757e382c
1 changed files with 2 additions and 0 deletions

View File

@ -391,6 +391,8 @@ while getopts "a:c:m:d:" opt; do
esac
done
mkdir train
mv ${arm_path}/*runtime-*train* ./train
file_name=$(ls ${arm_path}/*runtime-arm64*.tar.gz)
IFS="-" read -r -a file_name_array <<< "$file_name"
version=${file_name_array[2]}