Authored by 陈峰

submodule change to clone

... ... @@ -110,7 +110,7 @@ class Build {
update = true;
syncCodeScript = `git fetch && git checkout ${self.branch} && git reset --hard origin/${self.branch} && git pull origin ${self.branch}`;
} else {
syncCodeScript = `git submodule add -f ${this.project.gitlab}`;
syncCodeScript = `git clone ${this.project.gitlab}`;
}
this._log(`>>>>>>>>> ${syncCodeScript} >>>>>>>>>>>`);
... ...