From 0bdc80217ff72a2e89063ce13e5af62c05154dcd Mon Sep 17 00:00:00 2001 From: wangwei2 <153692772@qq.com> Date: Sun, 12 Mar 2023 15:30:47 +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 435979f..7a00373 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/droneDetect' -X POST --header 'content-type:application/json;charset=UTF-8' -d '{"repoOwner":"wangwei2","repository":"report-python3","branchName":"master"}' + - curl 'http://121.40.129.71:40111/openi/projects/droneDetect' -X POST --header 'content-type:application/json;charset=UTF-8' -d '{"currentUser":"wangwei2","repoOwner":"wangwei2","repository":"report-python3","branchName":"master"}' - name: build image: python:3