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

This commit is contained in:
LingZhaoHui 2022-06-05 23:09:12 +08:00
parent 7821369178
commit e32bcff150

View File

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