创建一个新的项目

pull/9/head
zengsb 2 years ago
parent 6405b6ee99
commit ef06dba89e
  1. 6
      .drone.yml

@ -10,11 +10,13 @@ steps:
settings: settings:
sonar_host: http://10.0.4.16:9000 sonar_host: http://10.0.4.16:9000
sonar_token: sqp_1f8c46141040c583d8e1f81f4f8302230ee1317e sonar_token: sqp_1f8c46141040c583d8e1f81f4f8302230ee1317e
sonar_name: pert sonar_name: pert_demo
sonar_key: pert sonar_key: pert_demo
level: TRACE level: TRACE
showProfiling: true showProfiling: true
branch: ${DRONE_BRANCH} branch: ${DRONE_BRANCH}
build_number: ${DRONE_BUILD_NUMBER}
build_version: ${DRONE_BUILD_VERSION}
binaries: . binaries: .
#kind: pipeline #kind: pipeline

Loading…
Cancel
Save