From ef06dba89e233ec8f5fa3c9a118c447d2cf36593 Mon Sep 17 00:00:00 2001 From: zengsb Date: Thu, 15 Jun 2023 19:34:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E4=B8=80=E4=B8=AA=E6=96=B0?= =?UTF-8?q?=E7=9A=84=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a4b89b8..917bb82 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,11 +10,13 @@ steps: settings: sonar_host: http://10.0.4.16:9000 sonar_token: sqp_1f8c46141040c583d8e1f81f4f8302230ee1317e - sonar_name: pert - sonar_key: pert + sonar_name: pert_demo + sonar_key: pert_demo level: TRACE showProfiling: true branch: ${DRONE_BRANCH} + build_number: ${DRONE_BUILD_NUMBER} + build_version: ${DRONE_BUILD_VERSION} binaries: . #kind: pipeline