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: