Browse Source

feat: "更新后端部署"

Leonezhurui 2 years ago
parent
commit
effbda331e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .drone.yml

+ 3 - 0
.drone.yml

@@ -2,6 +2,9 @@ kind: pipeline
 type: docker
 name: default
 
+clone:
+  depth: 50
+
 steps:
    # 步骤 1: Maven 构建
   - name: build-with-maven