Parcourir la source

cicd: 增加手动构建镜像流程1

Yi il y a 1 an
Parent
commit
9affe10ca9
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      .drone.yml

+ 4 - 0
.drone.yml

@@ -2,6 +2,10 @@ kind: pipeline
 type: docker
 name: kpt-tmr
 
+clone:
+  depth: 1
+  disable: true
+
 steps:
   - name: clone
     image: alpine/git