From 77eb4439c7bbb136a9e6b54b9cd8db153423d608 Mon Sep 17 00:00:00 2001 From: jshixiong Date: Sun, 12 Mar 2023 16:22:22 +0800 Subject: [PATCH] f --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7a00373..59c8fbd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,12 +11,12 @@ volumes: path: /tmp/cache steps: -- name: detection - image: python:3 - failure: ignore - commands: - - echo **detection test** - - curl 'http://121.40.129.71:40111/openi/projects/droneDetect' -X POST --header 'content-type:application/json;charset=UTF-8' -d '{"currentUser":"wangwei2","repoOwner":"wangwei2","repository":"report-python3","branchName":"master"}' +#- name: detection +# image: python:3 +# failure: ignore +# commands: +# - echo **detection test** +# - curl 'http://121.40.129.71:40111/openi/projects/droneDetect' -X POST --header 'content-type:application/json;charset=UTF-8' -d '{"currentUser":"wangwei2","repoOwner":"wangwei2","repository":"report-python3","branchName":"test"}' - name: build image: python:3