cleanup cache dir for .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fdb98eefaa
commit
ad8259e795
@ -13,7 +13,7 @@ steps:
|
|||||||
from_secret: cache_server_user
|
from_secret: cache_server_user
|
||||||
key:
|
key:
|
||||||
from_secret: cache_server_key
|
from_secret: cache_server_key
|
||||||
path: /var/cache/noded-frontend-node_modules
|
path: /var/cache/drone
|
||||||
restore: true
|
restore: true
|
||||||
mount:
|
mount:
|
||||||
- node_modules
|
- node_modules
|
||||||
@ -39,7 +39,7 @@ steps:
|
|||||||
from_secret: cache_server_user
|
from_secret: cache_server_user
|
||||||
key:
|
key:
|
||||||
from_secret: cache_server_key
|
from_secret: cache_server_key
|
||||||
path: /var/cache/noded-frontend-node_modules
|
path: /var/cache/drone
|
||||||
rebuild: true
|
rebuild: true
|
||||||
mount:
|
mount:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
Loading…
Reference in New Issue
Block a user