From eb761dffd3446951a3371659ef6bc5ca73ca5b14 Mon Sep 17 00:00:00 2001 From: ruan <2369127-ruany@users.noreply.gitlab.com> Date: Mon, 17 Aug 2020 08:46:08 +0200 Subject: [PATCH] [CI] Only cache vendor/ --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 88573ef..09545e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,6 @@ image: php:latest # Select what we should cache between builds cache: paths: - - inc/test/vendor/ - vendor/ before_script: