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