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