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