You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(slugbuilder-cache): allow turning caching off completely
When the slugbuilder doesn't receive a CACHE_PATH, it'll skip caching.
Adding DEIS_DISABLE_CACHE config variable will disable the cache and
will not define CACHE_PATH on the slugbuilder pod, preventing it from
reading/writing cache.
0 commit comments