소스 검색

drone rebuild cache

luis 7 년 전
부모
커밋
e5f961a39c
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      .drone.yml

+ 11 - 0
.drone.yml

@@ -8,6 +8,17 @@ cache:
     - "go/deps"
 
 pipeline:
+ rebuild-cache:
+    image: drillster/drone-volume-cache
+    rebuild: true
+    mount:
+      - ./browser/vue-flow/node_modules
+      - ./go/deps
+    # Mount the cache volume, needs "Trusted"
+    volumes:
+      - /tmp/cache:/cache
+
+
   restore-cache:
     image: drillster/drone-volume-cache
     restore: true