...
|
...
|
@@ -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} >>>>>>>>>>>`);
|
...
|
...
|
|