mount /tmp/cache in node step
This commit is contained in:
parent
477dfd2ccb
commit
d31439a92a
14
.drone.yml
14
.drone.yml
@ -10,14 +10,14 @@ trigger:
|
|||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: node
|
image: node
|
||||||
# volumes:
|
volumes:
|
||||||
# - name: cache
|
- name: cache
|
||||||
# path: /tmp/cache
|
path: /tmp/cache
|
||||||
commands:
|
commands:
|
||||||
- yarn install
|
- yarn install
|
||||||
# - yarn build
|
# - yarn build
|
||||||
|
|
||||||
# volumes:
|
volumes:
|
||||||
# - name: cache
|
- name: cache
|
||||||
# host:
|
host:
|
||||||
# path: /mnt/user/dronecache
|
path: /mnt/user/dronecache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user