Skip to content

Kubernetes cache support

The documentation explicitly says that if you want to use cache do these steps and I did but it didn't cache the specified directory .gitlab-ci.yml includes this

  cache:
    paths:
    - /root/.cache

and the results Screenshot_from_2016-11-23_13-15-32 Screenshot_from_2016-11-23_13-10-50 I think there should be an option for specifying a volume to cache but there isn't

Possible Workarounds

Edited by Cynthia "Arty" Ng