diff --git a/.drone.yml b/.drone.yml index 02ec918..8600e7c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,26 +17,26 @@ clone: skip_verify: true steps: -- name: restore-cache - image: drillster/drone-volume-cache - volumes: - - name: cache - path: /cache - settings: - restore: true - mount: - - ./node_modules + - name: restore-cache + image: drillster/drone-volume-cache + volumes: + - name: cache + path: /cache + settings: + restore: true + mount: + - ./node_modules + + - name: rebuild-cache + image: drillster/drone-volume-cache + volumes: + - name: cache + path: /cache + settings: + rebuild: true + mount: + - ./node_modules -- name: rebuild-cache - image: drillster/drone-volume-cache - volumes: - - name: cache - path: /cache - settings: - rebuild: true - mount: - - ./node_modules - - name: build image: reg.int.it2000.com.cn/library/node:14.20-bullseye commands: