cleanup cache dir for .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-10-28 13:51:39 -05:00
parent fdb98eefaa
commit ad8259e795

View File

@@ -13,7 +13,7 @@ steps:
from_secret: cache_server_user
key:
from_secret: cache_server_key
path: /var/cache/noded-frontend-node_modules
path: /var/cache/drone
restore: true
mount:
- node_modules
@@ -39,7 +39,7 @@ steps:
from_secret: cache_server_user
key:
from_secret: cache_server_key
path: /var/cache/noded-frontend-node_modules
path: /var/cache/drone
rebuild: true
mount:
- node_modules