GitBucket
4.6.0
|
if [[ ! -d "${eap5Dir}/hiruntime/project/desktop/__gittmp" ]]; then
#可以更新
git clone http://192.168.4.105:8080/gitbucket/git/08335/hivui-platform-template.git ${eap5Dir}/hiruntime/project/desktop/__gittmp
rsync -auz ${eap5Dir}/hiruntime/project/desktop/__gittmp/ ${tmpPath}
else
echo "已经相关人员同步中,请稍候...";
exit 1;
fi
|
|---|
|
|
| build/bin/oper.sh |
|---|