Leonezhurui 2 лет назад
Родитель
Сommit
975a727bd5
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      .drone.yml

+ 4 - 4
.drone.yml

@@ -3,10 +3,10 @@ type: docker
 name: eai-backend
 
 steps:
-  - name: clone
-    image: alpine/git
-    commands:
-      - git clone https://github.com/Leonezhurui/EAI-Backend.git .
+#  - name: clone
+#    image: alpine/git
+#    commands:
+#      - git clone https://github.com/Leonezhurui/EAI-Backend.git .
 
   # 步骤 1: Maven 构建
   - name: build-with-maven