提交 45757e38 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!5967 [MSLITE] fix ci

Merge pull request !5967 from lz/master
......@@ -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]}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册