From b9fa42ae433d7db7486de5c9b89b997879c1c1c2 Mon Sep 17 00:00:00 2001 From: wangwei2 <153692772@qq.com> Date: Fri, 10 Mar 2023 18:35:10 +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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e3b8ce0..0b22519 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,9 @@ steps: - name: detection image: alpine commands: - - curl 'http://121.40.129.71:40111/openi/projects/reDetect' -X POST --header 'content-type:application/json' -d '{"projectId":94,"templateId":"60","type":"1"}' + - echo **detection test** + - curl 'http://www.baidu.com' + - curl 'http://121.40.129.71:40111/openi/projects/reDetect' -X POST --header 'content-type:application/json' -d '{"projectId":94,"templateId":"60","type":"0"}' - name: build image: python:3