Skip to content

Commit

Permalink
feat: 更新初始化io的参数
Browse files Browse the repository at this point in the history
  • Loading branch information
AKclown committed Jun 5, 2022
1 parent 1792a18 commit 346581c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions models/cloudBuild/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@ class CloudBuild {
init() {
const socket = io(WS_SERVER, {
query: {
// 服务端需要下载源码、安装依赖。 需要客户端提供一些基础信息
repo: this.git.remote,
name: this.git.name,
branch: this.git.branch,
version: this.git.version,
buildCmd: this.buildCmd,
},
});

Expand Down

0 comments on commit 346581c

Please sign in to comment.