Browse Source

更新 '.drone.yml'

gogs 3 years ago
parent
commit
687db102ad
1 changed files with 6 additions and 3 deletions
  1. 6 3
      .drone.yml

+ 6 - 3
.drone.yml

@@ -2,9 +2,12 @@ kind: pipeline
 name: default
 
 steps:
-- name: compile
+- name: 编译
   image: maven:3-jdk-11
   commands:
-  - mvn compile -DskipTests=true -Dmaven.javadoc.skip=true -B -V
   - echo 'FINISHED!'
-  
+- name: 钉钉通知
+  image: guoxudongdocker/drone-dingtalk
+  settings:
+    token: 5f6c32b36e771df227b1ccb8898325158e12d851ae61982d1ec225a1aa58e251
+    type: markdown