We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1120530 commit 774850dCopy full SHA for 774850d
1 file changed
scripts/base/install_bin.sh
@@ -42,7 +42,9 @@ function downloader() {
42
git clone -b ${url: -11} ${url:0:8}${user}:${password}@${url:8:-12}
43
cmd_ret=$?
44
if [[ ${cmd_ret} == 0 ]] ; then
45
+ # 清理lib中无关文件
46
rm -rf "${TCA_ROOT}/${LIB_DIR_NAME}/.git"
47
+ rm "${TCA_ROOT}/${LIB_DIR_NAME}/.gitattributes"
48
ret=0
49
fi
50
0 commit comments