Commit 3e52f1cc authored by aohui.li's avatar aohui.li

解决clone中断问题

parent 2feee30b
......@@ -36,7 +36,7 @@ remote_url=http://$(username):$(password)@gitlab.witium.com.cn/jie_embedded/wtdi
.PHONY: wt_app
wt_app:
@echo "git clone 开始 ..... "
@git clone $(remote_url) $(repo_name)
@git clone --depth=1 $(remote_url) $(repo_name)
.PHONY: redownload
old_app=/home/linaro/wtdiagnose/wtdiagnose
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment