@@ -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