From cb3f6ada63610858e05bddf4644cdead5abfced6 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Wed, 11 Nov 2015 17:07:40 -0800 Subject: [PATCH] updated cache to include directory name [CI SKIP] --- docs/build/cache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/cache.md b/docs/build/cache.md index d05a35de0..9773fe02b 100644 --- a/docs/build/cache.md +++ b/docs/build/cache.md @@ -2,7 +2,7 @@ > This feature is still considered experimental -Drone allows you to cache directories within the build workspace. When a build successfully completes, the named directories are gzipped and stored on the host machine. When a new build starts, the named directories are restored from the gzipped files. This can be used to improve the performance of your builds. +Drone allows you to cache directories within the build workspace (`/drone`). When a build successfully completes, the named directories are gzipped and stored on the host machine. When a new build starts, the named directories are restored from the gzipped files. This can be used to improve the performance of your builds. Below is an example `.drone.yml` configured to cache the `.git` and the `node_modules` directory: