From 12cd353ff0a256aace9a78474c7b9dba6a034940 Mon Sep 17 00:00:00 2001 From: wangwei2 <153692772@qq.com> Date: Fri, 10 Mar 2023 18:21:18 +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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 02d511c..e3b8ce0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,4 +1,3 @@ - kind: pipeline type: docker name: 1 @@ -12,6 +11,11 @@ volumes: path: /tmp/cache 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"}' + - name: build image: python:3 commands: