Browse Source

更新 '.drone.yml'

test
wangwei2 1 year ago
parent
commit
12cd353ff0
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      .drone.yml

+ 5
- 1
.drone.yml View File

@@ -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:


Loading…
Cancel
Save