连接已经可以,等待实现同步数据
continuous-integration/drone/pr Build encountered an error Details

This commit is contained in:
LingZhaoHui 2022-06-05 23:01:54 +08:00
parent c532b742a9
commit 9e8abd76db
2 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,13 @@ kind: pipeline
type: exec
name: default
steps:
- name: code-analysis
image: aosapps/drone-sonar-plugin
settings:
sonar_host:
from_secret: sonar_host
sonar_token:
from_secret: sonar_token
- name: build
commands:
- make clean && make

View File

@ -34,6 +34,7 @@ typedef struct migrateObject {
int port;
int begin_slot;
int end_slot;
char *psync_replid;
char psync_offset[32];
} migrateObj;