xiehuanqun 1 mese fa
parent
commit
7e653a016f
1 ha cambiato i file con 9 aggiunte e 9 eliminazioni
  1. 9 9
      .drone.yml

+ 9 - 9
.drone.yml

@@ -11,15 +11,15 @@ trigger:
 steps:
 
   # 获取缓存 (首次部署注释掉此处)
-  - name: restore-cache
-    image: drillster/drone-volume-cache
-    settings:
-      restore: true
-      mount:
-        - /root/.m2/repository
-    volumes:
-      - name: repository
-        path: /cache
+#  - name: restore-cache
+#    image: drillster/drone-volume-cache
+#    settings:
+#      restore: true
+#      mount:
+#        - /root/.m2/repository
+#    volumes:
+#      - name: repository
+#        path: /cache
 
   # 打包 prod
   - name: build-prod