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

This commit is contained in:
LingZhaoHui 2022-06-05 23:09:12 +08:00
parent 7821369178
commit e32bcff150
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
kind: pipeline
name: default
type: docker
steps:
- name: code-analysis
@ -10,6 +11,7 @@ steps:
sonar_token:
from_secret: sonar_token
- name: build
image: gcc
commands:
- make clean && make
trigger: