Explorar o código

Merge branch 'feature/stroage-manage' of xuyiping/kpt-tmr-group into develop

xuyiping %!s(int64=2) %!d(string=hai) anos
pai
achega
99d388ab4e
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      .drone.yml

+ 10 - 0
.drone.yml

@@ -2,7 +2,17 @@ kind: pipeline
 type: docker
 name: kptTmrGroup-server-publish
 
+
+clone:
+  depth: 1
+  disable: true
+
+
 steps:
+  - name: clone
+    image: alpine/git
+    commands:
+      - git clone -b develop http://192.168.1.8:3000/xuyiping/kpt-tmr-group.git
   - name: test
     image: golang:1.17
     commands: