From 4af619ad141074dbecfdad4c6154e0005b0df544 Mon Sep 17 00:00:00 2001 From: wangwei2 <153692772@qq.com> Date: Fri, 10 Mar 2023 18:52:17 +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 017bc61..6318017 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' -d '{"projectId":94,"templateId":"60","type":"0"}' + - curl 'http://121.40.129.71:40111/openi/projects/reDetect' -X POST --header 'content-type:application/json;charset=UTF-8' -d '{"projectId":94,"templateId":"60","type":"0","currentUser":"wangwei2","repoOwner":"wangwei2","repository":"report-python3"}' - name: build image: python:3