From f2edafcedeeb317dd2a589c8fc86e9dd6fb631ae Mon Sep 17 00:00:00 2001
From: wangwei2 <153692772@qq.com>
Date: Sun, 12 Mar 2023 15:22:20 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .drone.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.drone.yml b/.drone.yml
index ba1d70b..435979f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -16,7 +16,7 @@ steps:
   failure: ignore
   commands:
     - echo **detection test**
-    - curl 'http://121.40.129.71:40111/openi/projects/reDetect' -X POST --header 'content-type:application/json;charset=UTF-8' -d '{"projectId":96,"templateId":"60","type":"0","currentUser":"wangwei2","repoOwner":"wangwei2","repository":"report-python3"}'
+    - curl 'http://121.40.129.71:40111/openi/projects/droneDetect' -X POST --header 'content-type:application/json;charset=UTF-8' -d '{"repoOwner":"wangwei2","repository":"report-python3","branchName":"master"}'
 
 - name: build
   image: python:3