cleanup cache dir for .drone.yml
continuous-integration/drone/push Build is passing Details

master
Garrett Mills 4 years ago
parent fdb98eefaa
commit ad8259e795
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -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

Loading…
Cancel
Save