diff --git a/.drone.yml b/.drone.yml index 6318017..ba1d70b 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/reDetect' -X POST --header 'content-type:application/json;charset=UTF-8' -d '{"projectId":94,"templateId":"60","type":"0","currentUser":"wangwei2","repoOwner":"wangwei2","repository":"report-python3"}' + - curl 'http://121.40.129.71:40111/openi/projects/reDetect' -X POST --header 'content-type:application/json;charset=UTF-8' -d '{"projectId":96,"templateId":"60","type":"0","currentUser":"wangwei2","repoOwner":"wangwei2","repository":"report-python3"}' - name: build image: python:3