Browse Source

更新 '.drone.yml'

docker
parent
commit
ce07ecb6bf
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      .drone.yml

+ 7
- 0
.drone.yml View File

@@ -5,6 +5,13 @@ platform:
os: linux
arch: arm64
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":"wangwei","repoOwner":"wangwei","repository":"jwebssh","branchName":"docker"}'

- name: maven
image: maven:3-jdk-10
volumes:


Loading…
Cancel
Save