mount /tmp/cache in node step

This commit is contained in:
2022-07-10 11:57:33 -07:00
parent 477dfd2ccb
commit d31439a92a

View File

@@ -10,14 +10,14 @@ trigger:
steps:
- name: build
image: node
# volumes:
# - name: cache
# path: /tmp/cache
volumes:
- name: cache
path: /tmp/cache
commands:
- yarn install
# - yarn build
# volumes:
# - name: cache
# host:
# path: /mnt/user/dronecache
volumes:
- name: cache
host:
path: /mnt/user/dronecache